2.24.3.31 CT_GeoChildEntitiesQuery
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_GeoChildEntitiesQueryResult
A complex type<349> that specifies a query to obtain the geographical lineage of a geographical entity of a geospatial series.
Child Elements:
geoChildTypes: A CT_GeoChildTypes element<350> that specifies the geographical entity types which specify the types of descendants in the geographic hierarchy to be returned by this query.
Attributes:
entityId: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<351> that specifies the geographical entity identifier of the geographical entity for which to obtain the geographical lineage of a geographical entity of a geospatial series. The value of this attribute is unique to a given geographical entity.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_GeoChildEntitiesQuery"> <xsd:sequence> <xsd:element name="geoChildTypes" type="CT_GeoChildTypes" minOccurs="0" maxOccurs="1"/> </xsd:sequence> <xsd:attribute name="entityId" type="xsd:string" use="required"/> </xsd:complexType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).