<xs:element name="Account" minOccurs="0" maxOccurs="5">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies an account code applicable to the pricing and reservation.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Code" type="StringLength1to32" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">The account code applicable to the fare.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|