Documentation for ATIS-Draft-03-00-79

Complex Type: PiLocationMapSub

[Table of contents]

Super-types: None
Sub-types: None
Name PiLocationMapSub
Used by (from the same schema document) Element piLocationMapSub
Abstract no
XML Instance Representation
<...>
<header> CPTSubscriptionHeader </header> [1]
<location> [1]
Start Choice [1]
<stops> [1]
Start Sequence [1..20]
<stop> CPTStoppointIden </stop> [1]
End Sequence
</stops>
<points> [1]
Start Sequence [1..20]
<point> SPPoint </point> [1]
End Sequence
</points>
End Choice
</location>
<distance> lrms:Distance </distance> [0..1]
</...>
Diagram
h-527207252 h2146772752 h2081204526 h1439634298
Schema Component Representation
<xs:complexType name="PiLocationMapSub">
<xs:sequence>
<xs:element name="header" type=" CPTSubscriptionHeader "/>
<xs:element name="location">
<xs:complexType>
<xs:choice>
<xs:element name="stops">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="20">
<xs:element name="stop" type=" CPTStoppointIden "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="points">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="20">
<xs:element name="point" type=" SPPoint "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
<xs:element name="distance" type=" lrms:Distance " minOccurs="0"/>
</xs:sequence>
</xs:complexType>