2.24.3.41 CT_GeoDataPointToEntityQueryResult
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_GeoDataPointToEntityQueryResults
A complex type<381> that specifies a mapping between a data point in the geographical category of a geospatial series and its respective geographical entity identifier.
Child Elements:
geoDataPointQuery: A CT_GeoDataPointQuery element<382> 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.
geoDataPointToEntityQuery: A CT_GeoDataPointToEntityQuery element<383> 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.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_GeoDataPointToEntityQueryResult"> <xsd:sequence> <xsd:element name="geoDataPointQuery" type="CT_GeoDataPointQuery" minOccurs="0" maxOccurs="1"/> <xsd:element name="geoDataPointToEntityQuery" type="CT_GeoDataPointToEntityQuery" minOccurs="0" maxOccurs="1"/> </xsd:sequence> </xsd:complexType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).