<xsd:simpleType name="NameType">
<xsd:annotation>
<xsd:documentation source="Description">OTA Code list: Name Type NAM
1 Former
2 Nickname
3 Alternate
4 Maiden</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="EnumerationClosed" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">NameType</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Alternate" />
<xsd:enumeration value="Former" />
<xsd:enumeration value="Maiden" />
<xsd:enumeration value="Nickname" />
</xsd:restriction>
</xsd:simpleType>
|