<xs:element name="FareApplicationTypePref" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the journey type for which fares are required e.g. OneWay, Return, HalfReturn </xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="FareApplicationType" type="FareApplicationType" use="required">
<xs:annotation>
<xs:documentation xml:lang="en">The journey type for which fares are required can be OneWay, Return or HalfReturn</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="PreferLevel" type="PreferLevelType" use="optional" />
</xs:complexType>
</xs:element>
|