complexType "PointType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
A geographic point consisting of an X and Y coordinate. Each coordinate value is expressed separately providing its value and format.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="PointType">
<xs:sequence>
<xs:element ref="XCoordinate"/>
<xs:element ref="YCoordinate"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
XCoordinate
Type:
SpatialCoordinateType, complex content
An X coordinate (latitudinal equivalent) value and format expressed using the Spatial Coordinate structure.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="XCoordinate"/>

YCoordinate
Type:
SpatialCoordinateType, complex content
A Y coordinate (longitudinal equivalent) value and format expressed using the Spatial Coordinate structure.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="YCoordinate"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set