<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>
|