Definition Type: ComplexType
Name: CountryNameType
Type: Unresolved link to stringlength0to641
Containing Schema: OTA_CommonTypes.xsd
Abstract
Documentation:
The name or code of a country (e.g. as used in an address or to specify citizenship of a traveller).
Collapse XSD Schema Diagram:
Drilldown into Code in schema ota_commontypes_xsd1XSD Diagram of CountryNameType in schema ota_commontypes_xsd (Open Travel (OTA))
Collapse XSD Schema Code:
<xs:complexType name="CountryNameType">
    <xs:annotation>
        <xs:documentation xml:lang="en">The name or code of a country (e.g. as used in an address or to specify citizenship of a traveller).</xs:documentation>
    </xs:annotation>
    <xs:simpleContent>
        <xs:extension base="StringLength0to64">
            <xs:attribute name="Code" type="ISO3166" use="optional">
                <xs:annotation>
                    <xs:documentation xml:lang="en">ISO 3166 code for a country.</xs:documentation>
                </xs:annotation>
            </xs:attribute>
        </xs:extension>
    </xs:simpleContent>
</xs:complexType>
Collapse Child Attributes:
Name Type Default Value Use
Code Code Optional
Collapse Derivation Tree:
Collapse References:
CountryName, CountryName