Documentation for ATIS-Draft-03-00-79

Complex Type: PiLandmarksList

[Table of contents]

Super-types: None
Sub-types: None
Name PiLandmarksList
Used by (from the same schema document) Element piLandmarksList
Abstract no
XML Instance Representation
<...>
<subscriptionHeader> CPTSubscriptionHeader </subscriptionHeader> [1]
<location> SPPoint </location> [0..1]
<distance> lrms:Distance </distance> [0..1]
<landmarkTypes> [0..1]
Start Sequence [1..15000]
<landmarkType> PI-LandmarkType </landmarkType> [1]
End Sequence
</landmarkTypes>
<landmarkList> [0..1]
Start Sequence [1..15000]
<landmark> PILandmark </landmark> [1]
End Sequence
</landmarkList>
</...>
Diagram
h-527207252 h2081204526 h1439634298 h-1056067839 h1585311350
Schema Component Representation
<xs:complexType name="PiLandmarksList">
<xs:sequence>
<xs:element name="subscriptionHeader" type=" CPTSubscriptionHeader "/>
<xs:element name="location" type=" SPPoint " minOccurs="0"/>
<xs:element name="distance" type=" lrms:Distance " minOccurs="0"/>
<xs:element name="landmarkTypes" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="15000">
<xs:element name="landmarkType" type=" PI-LandmarkType "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="landmarkList" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="15000">
<xs:element name="landmark" type=" PILandmark "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>