2.24.3.13 CT_Clear
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_GeoCache
A complex type<283> that specifies the geographic data for the geospatial series.
Child Elements:
geoLocationQueryResults: A CT_GeoLocationQueryResults element<284> that specifies geocoding query and results for data points in the geographical category of a geospatial series.
geoDataEntityQueryResults: A CT_GeoDataEntityQueryResults element<285> that specifies layout properties of the geographical polygons of a geospatial series.
geoDataPointToEntityQueryResults: A CT_GeoDataPointToEntityQueryResults element<286> that specifies a mapping between data points in the geographical category of a geospatial series and their respective geographical entity identifier.
geoChildEntitiesQueryResults: A CT_GeoChildEntitiesQueryResults element<287> that specifies the geographical lineage of the geographical entities of a geospatial series.
geoParentEntitiesQueryResults: A CT_GeoParentEntitiesQueryResults element<288> that specifies a mapping from geographical entity identifiers to their respective parent geographical entity. This specifies a sparse geographical parent lineage of the geographical entities 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_Clear"> <xsd:sequence> <xsd:element name="geoLocationQueryResults" type="CT_GeoLocationQueryResults" minOccurs="0" maxOccurs="1"/> <xsd:element name="geoDataEntityQueryResults" type="CT_GeoDataEntityQueryResults" minOccurs="0" maxOccurs="1"/> <xsd:element name="geoDataPointToEntityQueryResults" type="CT_GeoDataPointToEntityQueryResults" minOccurs="0" maxOccurs="1"/> <xsd:element name="geoChildEntitiesQueryResults" type="CT_GeoChildEntitiesQueryResults" minOccurs="0" maxOccurs="1"/> <xsd:element name="geoParentEntitiesQueryResults" type="CT_GeoParentEntitiesQueryResults" minOccurs="0" maxOccurs="1"/> </xsd:sequence> </xsd:complexType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).