<xs:element name="FareConstruction" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Should not contain unstructured FareCalc data.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="FormattedIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, this is structured fare calculation information.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Language" type="xs:language" use="optional" />
<xs:attribute name="OriginCityCode" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The origin airport city code for this fare construction.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="OriginCodeContext" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the context of the origin city code such as IATA, ARC, or internal code.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="DestinationCityCode" type="StringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The destination airport city code for this fare construction.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="DestinationCodeContext" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Identifies the context of the destination city code such as IATA, ARC, or internal code.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|