2.24.3.49 CT_GeoLocationQueryResults
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_Clear
A complex type<413> that specifies geocoding query and results for data points in the geographical category of a geospatial series.
Child Elements:
geoLocationQueryResult: A CT_GeoLocationQueryResult element<414> that specifies a geocoding query and result for a 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_GeoLocationQueryResults"> <xsd:sequence> <xsd:element name="geoLocationQueryResult" type="CT_GeoLocationQueryResult" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).