2.24.3.46 CT_GeoLocation

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

Referenced by: CT_GeoLocations

A complex type<398> that specifies the geocoding result of a data point in the geographical category of a geospatial series.

Child Elements:

address: A CT_Address element<399> that specifies geographical properties of the geographical entity of the geocoding result.

Attributes:

latitude: A double ([XMLSCHEMA2/2] section 3.2.5) attribute<400> that specifies the latitude of a point that resides within the geographical entity of the geocoding result.

longitude: A double ([XMLSCHEMA2/2] section 3.2.5) attribute<401> that specifies the longitude of a point that resides within the geographical entity of the geocoding result.

entityName: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<402> 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.

entityType: An ST_EntityType attribute<403> that specifies the classification of the geographical entity type of the entity 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_GeoLocation">
   <xsd:sequence>
     <xsd:element name="address" type="CT_Address" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="latitude" type="xsd:double" use="optional"/>
   <xsd:attribute name="longitude" type="xsd:double" use="optional"/>
   <xsd:attribute name="entityName" type="xsd:string" use="required"/>
   <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).