2.24.3.48 CT_GeoLocationQueryResult

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

Referenced by: CT_GeoLocationQueryResults

A complex type<410> that specifies a geocoding query and result for a data point in the geographical category of a geospatial series.

Child Elements:

geoLocationQuery: A CT_GeoLocationQuery element<411> that specifies the geocoding query of a data point in the geographical category of a geospatial series.

geoLocations: A CT_GeoLocations element<412> that specifies the geocoding results of 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_GeoLocationQueryResult">
   <xsd:sequence>
     <xsd:element name="geoLocationQuery" type="CT_GeoLocationQuery" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="geoLocations" type="CT_GeoLocations" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

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