<xsd:complexType name="rangeType">
<xsd:annotation>
<xsd:documentation>Used to specify a range of values as part of describing the location
of content within the container; the unit attribute describes the unit of measure
(e.g., begin = "xxiv", end = "xxvii", unit = "page").</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="unit" type="nonnullTokenType" use="optional"/>
<xsd:attribute name="begin" type="nonnullTokenType" use="required"/>
<xsd:attribute name="end" type="nonnullTokenType" use="required"/>
</xsd:complexType> |