<xs:simpleType name="DescriptionScopeCodeType">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Agency"/>
<xs:enumeration value="Agent"/>
<xs:enumeration value="Booking"/>
<xs:enumeration value="Contract"/>
<xs:enumeration value="Credit"/>
<xs:enumeration value="Customer"/>
<xs:enumeration value="Invoice"/>
<xs:enumeration value="Itinerary">
<xs:annotation>
<xs:documentation xml:lang="EN">Corresponding document or text is to be positionned on an itinerary</xs:documentation>
<xs:appinfo>§Action+DF+2011-09-30+ADD: For Cercle</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Prospect"/>
<xs:enumeration value="Quotation"/>
<xs:enumeration value="Suspect"/>
<xs:enumeration value="Traveller"/>
<xs:enumeration value="Vendor"/>
</xs:restriction>
</xs:simpleType> |