<xs:attributeGroup name="GlobalDirectionGroup">
<xs:annotation>
<xs:documentation xml:lang="en">The global direction and maximum permitted miles for the fare.</xs:documentation>
</xs:annotation>
<xs:attribute name="GlobalIndicatorCode" type="GlobalIndicatorType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the global direction.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="MaximumPermittedMileage" type="xs:integer" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The maximum mileage (in miles) that can be travelled under this contract.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="IncludeIndicator" type="xs:boolean" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">When true, the global direction can be used for travel. When false, the global direction cannot be used for travel.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|