<xs:element name="Account" minOccurs="0" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies an account code for which fares are requested.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="CodeOnlyFaresInd" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">If true, return only the fares for the specified account code. If false, also return other fares.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Code" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The account code for which fares are requested.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|