<xsd:simpleType name="TelephoneCountryAccessCode">
<xsd:annotation>
<xsd:documentation source="Description">Used for Numeric Strings length 1 to 3.</xsd:documentation>
<xsd:documentation source="Implementer">Assigned XSD Type: {http://www.w3.org/2001/XMLSchema}string</xsd:documentation>
<xsd:appinfo>
<otm:OTA2Entity type="Simple" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">TelephoneCountryAccessCode</otm:OTA2Entity>
<otm:Equivalent context="Common" xmlns:otm="http://www.OpenTravel.org/ns/OTA2/AppInfo_v01_00">NumericStringLength1to3</otm:Equivalent>
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value="[0-9]{1,3}" />
</xsd:restriction>
</xsd:simpleType>
|