<xs:element name="Routing" minOccurs="0" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the routing for all the fares.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Info" minOccurs="0" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">The routing direction and city airports for the direction.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Direction" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The direction of the routing, such as to or from.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Text" type="StringLength1to128" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The routing text associated with the direction.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="Number" type="Numeric1to9999" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">A routing number for the fare.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|