<xsd:complexType name="pointType">
<xsd:annotation>
<xsd:documentation>Used to specify a single value as part of describing the location of
content within the container; the unit attribute describes the unit of measure
(e.g., value = "xxix", NEEDS FIXING unit = "page").</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="unit" type="nonnullTokenType" use="optional"/>
<xsd:attribute name="value" type="nonnullTokenType" use="required"/>
</xsd:complexType> |