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