<xs:element name="FareRuleInfo">
<xs:annotation>
<xs:documentation xml:lang="en">The Fare Rule Info as per the request.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="FareInfoType">
<xs:attribute name="LanguageRequested" type="AlphaNumericStringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the language in which the rules should be returned.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="LanguageReturned" type="AlphaNumericStringLength1to8" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Specifies the language in which the rules are returned.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|