Documentation for ATIS-Draft-03-00-79

Complex Type: PiDirectionsSub

[Table of contents]

Super-types: None
Sub-types: None
Name PiDirectionsSub
Used by (from the same schema document) Element piDirectionsSub
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>
</...>
Diagram
h-527207252 h-542031743 h-1551571161 h-72524690 h-841321854 h-542031743 h-1551571161 h-72524690 h-841321854
Schema Component Representation
<xs:complexType name="PiDirectionsSub">
<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:sequence>
</xs:complexType>