Documentation for ATIS-Draft-03-00-79

Complex Type: PiDirections

[Table of contents]

Super-types: None
Sub-types: None
Name PiDirections
Used by (from the same schema document) Element piDirections
Abstract no
XML Instance Representation
<...>
<subscriptionInfo> CPTSubscriptionHeader </subscriptionInfo> [1]
<from> [1]
Start Choice [1]
<from-geoloc> lrms:GeoLocation </from-geoloc> [1]
<from-indoor> SPInteriorLocation </from-indoor> [1]
<from-lm-name> SP-LandmarkName </from-lm-name> [1]
<from-lm-id> PI-LandmarkID </from-lm-id> [1]
End Choice
</from>
<to> [1]
Start Choice [1]
<to-geoloc> lrms:GeoLocation </to-geoloc> [1]
<to-indoor> SPInteriorLocation </to-indoor> [1]
<to-lm-name> SP-LandmarkName </to-lm-name> [1]
<to-lm-id> PI-LandmarkID </to-lm-id> [1]
End Choice
</to>
<int-directions> [0..1]
Start Sequence [1..50]
<int-direction> SPIntDirection </int-direction> [1]
End Sequence
</int-directions>
<atis-directions> [0..1]
Start Sequence [1..50]
<atis-direction> atis:ManeuverInstruction </atis-direction> [1]
End Sequence
</atis-directions>
<text-directions> CPT-Footnote </text-directions> [0..1]
<itinerary> atis:Route </itinerary> [0..1]
<localPiDirections> local:PiDirections </localPiDirections> [0..1]
</...>
Diagram
h-527207252 h-542031743 h-1551571161 h-72524690 h-841321854 h-542031743 h-1551571161 h-72524690 h-841321854 h-1701639438 h852592208 h-125442069 h-1110646556 h395095218
Schema Component Representation
<xs:complexType name="PiDirections">
<xs:sequence>
<xs:element name="subscriptionInfo" type=" CPTSubscriptionHeader "/>
<xs:element name="from">
<xs:complexType>
<xs:choice>
<xs:element name="from-geoloc" type=" lrms:GeoLocation "/>
<xs:element name="from-indoor" type=" SPInteriorLocation "/>
<xs:element name="from-lm-name" type=" SP-LandmarkName "/>
<xs:element name="from-lm-id" type=" PI-LandmarkID "/>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="to">
<xs:complexType>
<xs:choice>
<xs:element name="to-geoloc" type=" lrms:GeoLocation "/>
<xs:element name="to-indoor" type=" SPInteriorLocation "/>
<xs:element name="to-lm-name" type=" SP-LandmarkName "/>
<xs:element name="to-lm-id" type=" PI-LandmarkID "/>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="int-directions" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="50">
<xs:element name="int-direction" type=" SPIntDirection "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="atis-directions" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="50">
<xs:element name="atis-direction" type=" atis:ManeuverInstruction "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="text-directions" type=" CPT-Footnote " minOccurs="0"/>
<xs:element name="itinerary" type=" atis:Route " minOccurs="0"/>
<xs:element name="localPiDirections" type=" local:PiDirections " minOccurs="0"/>
</xs:sequence>
</xs:complexType>