2.24.3.32 CT_GeoChildEntitiesQueryResult

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

Referenced by: CT_GeoChildEntitiesQueryResults

A complex type<352> that specifies the geographical lineage of a geographical entity of a geospatial series.

Child Elements:

geoChildEntitiesQuery: A CT_GeoChildEntitiesQuery element<353> that specifies a query to obtain the geographical lineage of a geographical entity of a geospatial series.

geoChildEntities: A CT_GeoChildEntities element<354> that specifies the result of a query to obtain the geographical lineage of a geographical entity 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_GeoChildEntitiesQueryResult">
   <xsd:sequence>
     <xsd:element name="geoChildEntitiesQuery" type="CT_GeoChildEntitiesQuery" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="geoChildEntities" type="CT_GeoChildEntities" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
 </xsd:complexType>

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