**************************************- Stay = for the duration of the stay or to count stays (for a loaylty program for instance) Visit = for an excursion for instance Unit = to count rooms, Vehicles, ... Party = to count groups of persons, but not just individuals Person = all types of persons, not taking into account ages, or types (Youth, ....) Unknown = in case a unit is mandatory, but not known. **************************************- |
<xs:simpleType name="GenericUnitCodeType" id="GenericUnit_CodeType"> <xs:annotation> <xs:documentation>**************************************- Stay = for the duration of the stay or to count stays (for a loaylty program for instance) Visit = for an excursion for instance Unit = to count rooms, Vehicles, ... Party = to count groups of persons, but not just individuals Person = all types of persons, not taking into account ages, or types (Youth, ....) Unknown = in case a unit is mandatory, but not known. **************************************-</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Accomodation"/> <xs:enumeration value="Bed"/> <xs:enumeration value="Booking"/> <xs:enumeration value="Document"/> <xs:enumeration value="Luggage"/> <xs:enumeration value="Menu"/> <xs:enumeration value="Occupancy"/> <xs:enumeration value="Party"/> <xs:enumeration value="Percentage"/> <xs:enumeration value="Person"/> <xs:enumeration value="Product"/> <xs:enumeration value="Room"/> <xs:enumeration value="Segment"/> <xs:enumeration value="Stay"/> <xs:enumeration value="Travel"/> <xs:enumeration value="Traveller"/> <xs:enumeration value="Unit"/> <xs:enumeration value="Unknown"/> <xs:enumeration value="Vehicle"/> <xs:enumeration value="Visit"/> </xs:restriction> </xs:simpleType> |