<xs:element name="City" minOccurs="0" maxOccurs="99">
<xs:annotation>
<xs:documentation xml:lang="en">A city code valid for this fare.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attributeGroup ref="LocationGroup">
<xs:annotation>
<xs:documentation xml:lang="en">A city location code.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:complexType>
</xs:element>
|