Documentation for ATIS-Draft-03-00-79

Complex Type: SPStopGeoLoc

[Table of contents]

Super-types: None
Sub-types: None
Name SPStopGeoLoc
Used by (from the same schema document) Complex Type SpGeolocationData
Abstract no
XML Instance Representation
<...>
<stoppoint> CPTStoppointIden </stoppoint> [1]
<pointLocation> lrms:GeoLocation </pointLocation> [0..1]
<polygonLocation> SPPolygon </polygonLocation> [0..1]
<startLocation> lrms:GeoLocation </startLocation> [0..1]
<endLocation> lrms:GeoLocation </endLocation> [0..1]
<signLocation> lrms:GeoLocation </signLocation> [0..1]
<shelterLocation> lrms:GeoLocation </shelterLocation> [0..1]
<data-quality> SPDataQuality </data-quality> [0..1]
</...>
Diagram
h2146772752 h-542031743 h-1414121128 h-542031743 h-542031743 h-542031743 h-542031743 h352582419
Schema Component Representation
<xs:complexType name="SPStopGeoLoc">
<xs:sequence>
<xs:element name="stoppoint" type=" CPTStoppointIden "/>
<xs:element name="pointLocation" type=" lrms:GeoLocation " minOccurs="0"/>
<xs:element name="polygonLocation" type=" SPPolygon " minOccurs="0"/>
<xs:element name="startLocation" type=" lrms:GeoLocation " minOccurs="0"/>
<xs:element name="endLocation" type=" lrms:GeoLocation " minOccurs="0"/>
<xs:element name="signLocation" type=" lrms:GeoLocation " minOccurs="0"/>
<xs:element name="shelterLocation" type=" lrms:GeoLocation " minOccurs="0"/>
<xs:element name="data-quality" type=" SPDataQuality " minOccurs="0"/>
</xs:sequence>
</xs:complexType>