Attribute | BookingType/@Type |
<xs:simpleType name="BookingTypeCodeType"> <xs:restriction base="xs:string"> <xs:enumeration value="Group"/> <xs:enumeration value="InclusiveTour"/> <xs:enumeration value="Individual"/> </xs:restriction> </xs:simpleType> |