<xs:simpleType name="LuggageIsCodeType">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="Bag">
<xs:annotation>
<xs:documentation>FR: Sac EN: Bag</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Suitcase">
<xs:annotation>
<xs:documentation xml:lang="EN">EN: Suitcase</xs:documentation>
<xs:documentation xml:lang="FR">FR: Valise</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Trunk"/>
<xs:enumeration value="VanityCase"/>
</xs:restriction>
</xs:simpleType> |