2.24.3.36 CT_GeoDataEntityQuery
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_GeoDataEntityQueryResult
A complex type<366> that specifies the query for the geographical polygon of a geospatial series.
Attributes:
entityType: An ST_EntityType attribute<367> that specifies the classification of the geographical entity type of the queried geographical polygon of a geospatial series.
entityId: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<368> that specifies the geographical entity identifier of the queried geographical polygon of a geospatial series. 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_GeoDataEntityQuery"> <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).