<xs:element name="PTC" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">The passenger types for which the fare is applicable.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="PassengerTypeCode" type="AlphaLength3" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The passenger type code for this fare.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|