<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="xs:string" 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="optional">
<xs:annotation>
<xs:documentation xml:lang="en">A routing number for the fare.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="RoutingConstructedInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">If true, the routing was constructed. If false, it was not constructed.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MaximumPermittedMileage" type="xs:integer" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The maximum permitted mileage for the fare associated to this rule.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="RoutingRestriction" type="StringLength1to128" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Restriction information about the routing.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|