<xs:element name="Fare" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">The base and total fare and tax amounts associated with the rule.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="BaseAmount" type="Money" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The base amount of the fare.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="BaseNUC_Amount" type="Money" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The base neutral unit of construction amount.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="TaxAmount" type="Money" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The tax amount for the fare associated to the rule.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="TotalFare" type="Money" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The total fare associated to the rule.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="FareDescription" type="StringLength0to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">A description of the fare.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|