element <subdivision> (local)
Namespace:
Type:
Content:
simple, 2 attributes
Defined:
locally within addressType complexType in hscommon.xsd; see XML source
XML Representation Summary
<subdivision
   
 = 
("rtl" | "ltr")
 = 
(xsd:language | "")
   
>
   
Content: 
{ xsd:string }
</subdivision>
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 offical subdivision name within the country or region for this address. In the United States, this element would contain the two-letter abbreviation for the name of the state. This element is also commonly treated as the "first-order admin subdivision" and typically contains subdivision names referring to: <ul> <li>Administrative division </li> <li>Bundesstaat </li> <li>Canton </li> <li>Federal district </li> <li>Province </li> <li>Region </li> <li>State </li> <li>Territory </li> </ul>
XML Source (see within schema source)
<xsd:element minOccurs="0" name="subdivision" type="localizableString">
<xsd:annotation>
<xsd:documentation>
This element contains the offical subdivision name within the country or region for this
address. In the United States, this element would contain the two-letter abbreviation for
the name of the state. This element is also commonly treated as the "first-order admin subdivision" and typically contains subdivision names referring to:
<ul>
<li>
Administrative division
</li>
<li>
Bundesstaat
</li>
<li>
Canton
</li>
<li>
Federal district
</li>
<li>
Province
</li>
<li>
Region
</li>
<li>
State
</li>
<li>
Territory
</li>
</ul>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
Attribute Detail (all declarations; 2/2)
dir
Type:
Use:
optional
Defined:
locally within localizableString complexType
This optional attribute specifies the default layout direction for the localized string. Valid values are <b>rtl</b> (right to left) and <b>ltr</b> (left to right).
XML Source (see within schema source)
<xsd:attribute name="dir" type="dirType" use="optional">
<xsd:annotation>
<xsd:documentation>
This optional attribute specifies the default layout direction
for the localized string. Valid values are
<b>rtl</b>
(right to left) and
<b>ltr</b>
(left to right).
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

xml:lang
Type:
anonymous simpleType (union of (xs:language | restriction of xs:string))
Use:
required
Defined:
by reference within localizableString complexType
This required attribute is used to specify an ISO 639 language code or an ISO 3166 country code as described in <a href="http://www.ietf.org/rfc/rfc1766.txt">RFC 1766</a>. The value of this attribute indicates the language type of the content within this element.
XML Source (see within schema source)
<xsd:attribute ref="xml:lang" use="required">
<xsd:annotation>
<xsd:documentation>
This required attribute is used to specify an ISO 639 language code
or an ISO 3166 country code as described in
<a href="http://www.ietf.org/rfc/rfc1766.txt">RFC 1766</a>
.
The value of this attribute indicates the language type of
the content within this element.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>