2.24.3.40 CT_GeoDataPointToEntityQuery

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

Referenced by: CT_GeoDataPointToEntityQueryResult

A complex type<378> that specifies the result of 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<379> that specifies the classification of the geographical entity type of the data point in the geographical category.

entityId: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<380> that specifies the geographical entity identifier of the geographical entity represented by the data point in the geographical category. The value of this attribute is unique to a given geographical entity.

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

 <xsd:complexType name="CT_GeoDataPointToEntityQuery">
   <xsd:attribute name="entityType" type="ST_EntityType" use="required"/>
   <xsd:attribute name="entityId" type="xsd:string" use="required"/>
 </xsd:complexType>

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