2.24.3.1 CT_Address

Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex

Referenced by: CT_GeoLocation

A complex type<213> that specifies geographical properties of the geographical entity of the geocoding result.

Attributes:

address1: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<214> that specifies the name of the geographical entity of the geocoding result, in the language indicated by the cultureLanguage attribute of the CT_Geography complex type.

countryRegion: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<215> that specifies the country or region of the geocoding result, in the language indicated by the cultureLanguage attribute of the CT_Geography complex type.

adminDistrict1: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<216> that specifies the first order administrative subdivision of a country or region of the geographical entity of the geocoding result, such as a state or province. Specified in the language indicated by the cultureLanguage attribute of the CT_Geography complex type.

adminDistrict2: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<217> that specifies the second order administrative subdivision of a country or region of the geographical entity of the geocoding result, such as a county. Specified in the language indicated by the cultureLanguage attribute of the CT_Geography complex type.

postalCode: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<218> that specifies the post code, postal code, or ZIP Code of the geocoding result.

locality: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<219> that specifies a geocoding result that is a populated place, such as a city, suburb, or neighborhood. Specified in the language indicated by the cultureLanguage attribute of the CT_Geography complex type.

isoCountryCode: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<220> that specifies the ISO-3166-1 alpha 2 country code of the country or region of the geocoding result.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_Address">
   <xsd:attribute name="address1" type="xsd:string" use="optional"/>
   <xsd:attribute name="countryRegion" type="xsd:string" use="optional"/>
   <xsd:attribute name="adminDistrict1" type="xsd:string" use="optional"/>
   <xsd:attribute name="adminDistrict2" type="xsd:string" use="optional"/>
   <xsd:attribute name="postalCode" type="xsd:string" use="optional"/>
   <xsd:attribute name="locality" type="xsd:string" use="optional"/>
   <xsd:attribute name="isoCountryCode" type="xsd:string" use="optional"/>
 </xsd:complexType>

See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).