<xsd:simpleType name="String_EnumExtension">
<xsd:annotation>
<xsd:documentation source="Description">A string used for an open enumeration literal value.</xsd:documentation>
<xsd:documentation source="Implementer">Place a literal in this attribute if you have selected the "other_" value
in the enumerated list. Note that this value should be known to your trading partners.
</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="Simple" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">String_EnumExtension</otm:OTA2Entity>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:minLength value="1" />
<xsd:maxLength value="128" />
</xsd:restriction>
</xsd:simpleType>
|