Documentation for ATIS-Draft-03-00-79

Complex Type: PIGeoZoneIden

[Table of contents]

Super-types: None
Sub-types: None
Name PIGeoZoneIden
Used by (from the same schema document) Complex Type PiGeoZoneList , Complex Type PiGeoZoneListSub
Abstract no
XML Instance Representation
<...>
<zone-id> PI-ServiceZoneID </zone-id> [1]
<states> [1]
Start Sequence [1..50]
<state> lrms:Text-name255 </state> [1]
End Sequence
</states>
<zone-name> PI-ServiceZoneName </zone-name> [1]
</...>
Diagram
h959789645 h-1187766196 h-1059939491
Schema Component Representation
<xs:complexType name="PIGeoZoneIden">
<xs:sequence>
<xs:element name="zone-id" type=" PI-ServiceZoneID "/>
<xs:element name="states">
<xs:complexType>
<xs:sequence minOccurs="1" maxOccurs="50">
<xs:element name="state" type=" lrms:Text-name255 "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="zone-name" type=" PI-ServiceZoneName "/>
</xs:sequence>
</xs:complexType>