Documentation for ATIS-Draft-03-00-79

Complex Type: PointLocation

[Table of contents]

Super-types: None
Sub-types: None
Name PointLocation
Used by (from the same schema document) Complex Type LinearReference , Complex Type LinearReference , Complex Type Polygon , Complex Type GroupLocation , Complex Type LinkGeneral , Complex Type LinkGeneral , Complex Type LocationReference , Complex Type PointOffset , Complex Type PolarCoordinates , Complex Type RouteLocation , Complex Type SpatialObject
Abstract no
XML Instance Representation
<...
locationID=" String-index64 [0..1]">
<pointName> Text-name255 </pointName> [0..1]
<pointNodeId> IdType </pointNodeId> [0..1]
<pointOffset> PointOffset </pointOffset> [0..1]
<polarCoordinates> PolarCoordinates </polarCoordinates> [0..1]
<linearReferencePoint> LinearReference </linearReferencePoint> [0..1]
<addressPoint> AddressPoint </addressPoint> [0..1]
<crossStreetsPoint> CrossStreetsPoint </crossStreetsPoint> [0..1]
<grid> GridPoint </grid> [0..1]
<publicGrid> PublicGrid </publicGrid> [0..1]
<geoLocationPoint> GeoLocation </geoLocationPoint> [0..1]
<adminArea> AdminAreaGroup </adminArea> [0..1]
</...>
Diagram
h-1187766196 h-339103814 h-544880482 h83321442 h-50466175 h851402497 h1913151771 h-1701814523 h81268628 h-542031743 h1047336 h-568134375
Schema Component Representation
<xs:complexType name="PointLocation">
<xs:sequence>
<xs:element name="pointName" type=" Text-name255 " minOccurs="0"/>
<xs:element name="pointNodeId" type=" IdType " minOccurs="0"/>
<xs:element name="pointOffset" type=" PointOffset " minOccurs="0"/>
<xs:element name="polarCoordinates" type=" PolarCoordinates " minOccurs="0"/>
<xs:element name="linearReferencePoint" type=" LinearReference " minOccurs="0"/>
<xs:element name="addressPoint" type=" AddressPoint " minOccurs="0"/>
<xs:element name="crossStreetsPoint" type=" CrossStreetsPoint " minOccurs="0"/>
<xs:element name="grid" type=" GridPoint " minOccurs="0"/>
<xs:element name="publicGrid" type=" PublicGrid " minOccurs="0"/>
<xs:element name="geoLocationPoint" type=" GeoLocation " minOccurs="0"/>
<xs:element name="adminArea" type=" AdminAreaGroup " minOccurs="0"/>
</xs:sequence>
<xs:attribute name="locationID" type=" String-index64 "/>
</xs:complexType>