<xs:attributeGroup name="NegotiatedFareAttributes">
<xs:annotation>
<xs:documentation xml:lang="en">Attribute collection providing private fare profile.</xs:documentation>
</xs:annotation>
<xs:attribute name="NegotiatedFare" type="xs:boolean" use="optional" default="false">
<xs:annotation>
<xs:documentation xml:lang="en">
Indicator to show if this is a private fare.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="NegotiatedFareCode" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">
Code used to identify the private fare.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|