<xs:element name="RuleReqInfo">
<xs:annotation>
<xs:documentation xml:lang="en">The Rule Request Information required to return all applicable fare rule categories.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="FareInfoType">
<xs:sequence minOccurs="0">
<xs:element name="SubSection" minOccurs="0" maxOccurs="99">
<xs:complexType>
<xs:attribute name="SubTitle" type="StringLength1to32" use="optional" />
<xs:attribute name="SubCode" type="StringLength1to16" use="optional" />
<xs:attribute name="SubSectionNumber" type="StringLength1to8" use="optional" />
</xs:complexType>
</xs:element>
</xs:sequence>
<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:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|