Documentation for ATIS-Draft-03-00-79

Complex Type: Tail

[Table of contents]

Super-types: None
Sub-types: None
Name Tail
Used by (from the same schema document) Complex Type DirectoryAdvancedRequest , Complex Type DirectoryDetailReply , Complex Type InformationRequest , Complex Type RouteRequest , Complex Type AirlineTravelInformation , Complex Type BoardingInstructions , Complex Type ContactSetting , Complex Type EventInformation , Complex Type IncidentInformation , Complex Type LinkTrafficInformation , Complex Type ParkingInstructions , Complex Type ParkingLotInformation , Complex Type ResponseGroup , Complex Type TransitInformation , Complex Type WeatherInformation
Abstract no
XML Instance Representation
<...>
Start Sequence [1..32]
<entry> [1]
<tag> xs:string (length >= 1) </tag> [1]
<value> xs:string (length >= 1) </value> [1]
</entry>
End Sequence
</...>
Diagram
Schema Component Representation
<xs:complexType name="Tail">
<xs:sequence maxOccurs="32">
<xs:element name="entry">
<xs:complexType>
<xs:sequence>
<xs:element name="tag">
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:minLength value="1"/>
<xs:maxLength value="20"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="value">
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:minLength value="1"/>
<xs:maxLength value="200"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<-- sets of addtional named data values -->
</xs:sequence>
</xs:complexType>