<xs:element name="ItinTotalFare" minOccurs="0" maxOccurs="2">
<xs:annotation>
<xs:documentation xml:lang="en">Total price of the itinerary</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="FareType">
<xs:attribute name="Usage" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the usage of the passenger fare structure.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="PassengerFare">
<xs:annotation>
<xs:documentation xml:lang="en">The fare information for the passenger fees.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TicketFee">
<xs:annotation>
<xs:documentation xml:lang="en">The fare information for the ticket fees.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|