Documentation for ATIS-Draft-03-00-79

Complex Type: RouteStatus

[Table of contents]

Super-types: None
Sub-types: None
Name RouteStatus
Used by (from the same schema document) Complex Type StatusBlock
Abstract no
XML Instance Representation
<...>
<phone> PhoneInformation </phone> [0..1]
<text> itis:ITIScodesAndText </text> [0..1]
<time> DateTimePair </time> [0..1]
<references> im:ReferenceID </references> [0..64]
<moreData> URL-Link </moreData> [0..1]
<localRouteStatus> local:RouteStatus </localRouteStatus> [0..1]
</...>
Diagram
h-201981597 h-2117645544 h1210973722 h-689557503 h882153789 h1508139510
Schema Component Representation
<xs:complexType name="RouteStatus">
<xs:sequence>
<xs:element name="phone" type=" PhoneInformation " minOccurs="0"/>
<-- a number to use for further information -->
<xs:element name="text" type=" itis:ITIScodesAndText " minOccurs="0"/>
<xs:element name="time" type=" DateTimePair " minOccurs="0"/>
<xs:element name="references" type=" im:ReferenceID " minOccurs="0" maxOccurs="64"/>
<-- the Reference numbers for related messages -->
<xs:element name="moreData" type=" URL-Link " minOccurs="0"/>
<xs:element name="localRouteStatus" type=" local:RouteStatus " minOccurs="0"/>
</xs:sequence>
</xs:complexType>