Documentation for ATIS-Draft-03-00-79

Complex Type: AreaLocation

[Table of contents]

Super-types: None
Sub-types: None
Name AreaLocation
Used by (from the same schema document) Complex Type GroupLocation , Complex Type LocationReference , Complex Type SpatialObject
Abstract no
XML Instance Representation
<...
locationID=" String-index64 [0..1]">
<locationName> Text-name255 </locationName> [0..1]
<areaId> IdType </areaId> [0..1]
<adminAreas> AdminAreaGroup </adminAreas> [0..1]
<polygon> Polygon </polygon> [0..1]
<preCoded> PreCoded </preCoded> [0..1]
<roads> [0..1]
Start Sequence [1..255]
<road> StreetInfo </road> [1]
End Sequence
</roads>
</...>
Diagram
h-1187766196 h-339103814 h1047336 h332351765 h-169532743 h1398024598 h-568134375
Schema Component Representation
<xs:complexType name="AreaLocation">
<xs:sequence>
<xs:element name="locationName" type=" Text-name255 " minOccurs="0"/>
<xs:element name="areaId" type=" IdType " minOccurs="0"/>
<xs:element name="adminAreas" type=" AdminAreaGroup " minOccurs="0"/>
<xs:element name="polygon" type=" Polygon " minOccurs="0"/>
<xs:element name="preCoded" type=" PreCoded " minOccurs="0"/>
<xs:element name="roads" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="255">
<xs:element name="road" type=" StreetInfo "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="locationID" type=" String-index64 "/>
</xs:complexType>