<xsd:simpleType name="GroundService_Enum">
<xsd:annotation>
<xsd:documentation source="Description">Type of gound service e.g. Private, Shared or Hourly</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="EnumerationClosed" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">GroundService_Enum</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Private" />
<xsd:enumeration value="Shared" />
<xsd:enumeration value="Hourly" />
</xsd:restriction>
</xsd:simpleType>
|