2.24.3.39 CT_GeoDataPointQuery
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_GeoDataPointToEntityQueryResult
A complex type<374> that specifies a query to establish a mapping between a data point in the geographical category of a geospatial series and its respective geographical entity identifier.
Attributes:
entityType: An ST_EntityType attribute<375> that specifies the classification of the geographical entity type of the data point in the geographical category.
latitude: A double ([XMLSCHEMA2/2] section 3.2.5) attribute<376> that specifies the latitude of a point that resides within the geographical entity represented by the data point in the geographical category of a geospatial series.
longitude: A double ([XMLSCHEMA2/2] section 3.2.5) attribute<377> that specifies the longitude of a point that resides within the geographical entity represented by the data point in the geographical category of a geospatial series.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_GeoDataPointQuery"> <xsd:attribute name="entityType" type="ST_EntityType" use="required"/> <xsd:attribute name="latitude" type="xsd:double" use="required"/> <xsd:attribute name="longitude" type="xsd:double" use="required"/> </xsd:complexType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).