2.24.3.47 CT_GeoLocationQuery
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_GeoLocationQueryResult
A complex type<404> that specifies the geocoding query of a data point in the geographical category of a geospatial series.
Attributes:
countryRegion: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<405> that specifies the name of a data point in the geographical category of a geospatial series. Exists if the data point has been deemed to be indicative of a country or region.
adminDistrict1: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<406> that specifies the name of a data point in the geographical category of a geospatial series. Exists if the data point has been deemed to be indicative of a first order administrative subdivision of a country or region, such as a state or province.
adminDistrict2: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<407> that specifies the name of a data point in the geographical category of a geospatial series. Exists if the data point has been deemed to be indicative of a second order administrative subdivision of a country or region, such as a county.
postalCode: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<408> that specifies the name of a data point in the geographical category of a geospatial series. Exists if the data point has been deemed to be indicative of a post code, postal code, or ZIP Code of a country or region.
entityType: An ST_EntityType attribute<409> that specifies the classification of the geographical entity type of the data point in the geographical category of a geospatial series. The set of entity types are “countryRegion”, “adminDistrict”, “adminDistrict2”, and “postalCode”.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_GeoLocationQuery"> <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="entityType" type="ST_EntityType" use="required"/> </xsd:complexType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).