<xs:simpleType name="QuantityCodeCodeType">
  <xs:annotation>
    <xs:documentation>All : may be used to designate all travellers, all seats ... Few, Many and Some usually replace true quantities in stocks for instance, so as not to reveal this information. ...</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="All"/>
    <xs:enumeration value="Few"/>
    <xs:enumeration value="First"/>
    <xs:enumeration value="Last"/>
    <xs:enumeration value="Many"/>
    <xs:enumeration value="Other"/>
    <xs:enumeration value="Unknown"/>
    <xs:enumeration value="Unlimited"/>
    <xs:enumeration value="Some"/>
  </xs:restriction>
</xs:simpleType> |