Fully describes the location of content within the container aseither a point or range within the innermost subcontainer (e.g., pages xxiv throughxxvii or page 4)
<xsd:complexType name="locationType"><xsd:annotation><xsd:documentation>Fully describes the location of content within the container as
either a point or range within the innermost subcontainer (e.g., pages xxiv through
xxvii or page 4)</xsd:documentation></xsd:annotation><xsd:sequence><!-- DIFF 0.85: defined as any combination of range and point elements --><!-- DIFF 0.87: defined as a range *or* point element --><xsd:choice><xsd:element name="range" type="rangeType"/><xsd:element name="point" type="pointType"/><xsd:element name="complexRange" type="complexRangeType"/><xsd:element name="complexPoint" type="complexPointType"/></xsd:choice></xsd:sequence></xsd:complexType>