<xs:element name="Discounts" minOccurs="0">
<xs:annotation>
<xs:documentation>Collection for discounts.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Discount" maxOccurs="99">
<xs:annotation>
<xs:documentation>Provides discount information associated with the fare.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="DiscountInfoGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Details regarding the discount.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
|