Documentation for ATIS-Draft-03-00-79

Complex Type: PILandmark

[Table of contents]

Super-types: None
Sub-types: None
Name PILandmark
Used by (from the same schema document) Complex Type PiLandmarksList
Abstract no
XML Instance Representation
<...>
<id> PI-LandmarkID </id> [1]
<type> PI-LandmarkType </type> [1]
<name> SP-LandmarkName </name> [0..1]
<location> SPPoint </location> [1]
<description> SP-LandmarkDesc </description> [0..1]
</...>
Diagram
h-841321854 h-1056067839 h-72524690 h2081204526 h-72818572
Schema Component Representation
<xs:complexType name="PILandmark">
<xs:sequence>
<xs:element name="id" type=" PI-LandmarkID "/>
<xs:element name="type" type=" PI-LandmarkType "/>
<xs:element name="name" type=" SP-LandmarkName " minOccurs="0"/>
<xs:element name="location" type=" SPPoint "/>
<xs:element name="description" type=" SP-LandmarkDesc " minOccurs="0"/>
</xs:sequence>
</xs:complexType>