<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>
|