Documentation for ATIS-Draft-03-00-79

Complex Type: SpGeolocationData

[Table of contents]

Super-types: None
Sub-types: None
Name SpGeolocationData
Used by (from the same schema document) Element spGeolocationData
Abstract no
XML Instance Representation
<...>
<header> CPTPushHeader </header> [1]
<stoppoint-locations> [0..1]
Start Sequence [1..25000]
<stoppoint-location> SPStopGeoLoc </stoppoint-location> [1]
End Sequence
</stoppoint-locations>
<facility-locations> [0..1]
Start Sequence [1..1000]
<facility-location> SPFacilityGeoLoc </facility-location> [1]
End Sequence
</facility-locations>
<timepoint-locations> [0..1]
Start Sequence [1..10000]
<timepoint-location> SPTimepointGeoLoc </timepoint-location> [1]
End Sequence
</timepoint-locations>
<incident-locations> [0..1]
Start Sequence [1..100]
<incident-location> SPIncidentLocation </incident-location> [1]
End Sequence
</incident-locations>
<pattern-segment-waypoints> [0..1]
Start Sequence [1..1000]
<pattern-segment-waypoint> SPSegmentGeolocation </pattern-segment-waypoint> [1]
End Sequence
</pattern-segment-waypoints>
</...>
Diagram
h-1737467159 h825407475 h2104066260 h-1417435888 h-758369207 h-1515461131
Schema Component Representation
<xs:complexType name="SpGeolocationData">
<xs:sequence>
<xs:element name="header" type=" CPTPushHeader "/>
<xs:element name="stoppoint-locations" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="25000">
<xs:element name="stoppoint-location" type=" SPStopGeoLoc "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="facility-locations" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000">
<xs:element name="facility-location" type=" SPFacilityGeoLoc "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="timepoint-locations" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="10000">
<xs:element name="timepoint-location" type=" SPTimepointGeoLoc "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="incident-locations" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="100">
<xs:element name="incident-location" type=" SPIncidentLocation "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="pattern-segment-waypoints" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="1000">
<xs:element name="pattern-segment-waypoint" type=" SPSegmentGeolocation "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>