element <countryCode> (local)
Namespace:
Type:
anonymous simpleType (restriction of xsd:string)
Content:
simple
Defined:
locally within addressType complexType in hscommon.xsd; see XML source
XML Representation Summary
<countryCode>
   
Content: 
{ xsd:string }
</countryCode>
Included in content model of elements (6):
accountAddress (in account), address, address (in contact), address (in location), address (in myProfile), billingAddress (in card)
Annotation
This element contains the twp-letter ISO-3166 ID of the country, dependency, or functionally equivalent region for this address.
Anonymous Type Detail
Type Derivation Tree
xsd:string (restriction)
  simpleType
Derivation:
restriction of xsd:string
XML Source (see within schema source)
<xsd:element minOccurs="0" name="countryCode">
<xsd:annotation>
<xsd:documentation>
This element contains the twp-letter ISO-3166 ID of the country, dependency, or functionally
equivalent region for this address.
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="2"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>