2.24.3.34 CT_GeoChildTypes

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

Referenced by: CT_GeoChildEntitiesQuery

A complex type that specifies the geographical entity type which specify the type of descendant in the geographic hierarchy to be returned by this query.

Child Elements:

entityType: An ST_EntityType element<356> that specifies a geographical entity type which specifies the type of descendants in the geographic hierarchy to be returned by this query.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_GeoChildTypes">
   <xsd:sequence>
     <xsd:element name="entityType" type="ST_EntityType" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
 </xsd:complexType>

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