2.24.3.50 CT_GeoLocations

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

Referenced by: CT_GeoLocationQueryResult

A complex type<415> that specifies the geocoding results of a data point in the geographical category of a geospatial series.

Child Elements:

geoLocation: A CT_GeoLocation element<416> that specifies the geocoding result 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_GeoLocations">
   <xsd:sequence>
     <xsd:element name="geoLocation" type="CT_GeoLocation" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

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