2.24.3.37 CT_GeoDataEntityQueryResult

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

Referenced by: CT_GeoDataEntityQueryResults

A complex type<369> that specifies the layout properties of a geographical polygon of a geospatial series.

Child Elements:

geoDataEntityQuery: A CT_GeoDataEntityQuery element<370> that specifies the query for the geographical polygon of a geospatial series.

geoData: A CT_GeoData element<371> that specifies the result of the query for the geographical polygon 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_GeoDataEntityQueryResult">
   <xsd:sequence>
     <xsd:element name="geoDataEntityQuery" type="CT_GeoDataEntityQuery" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="geoData" type="CT_GeoData" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

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