2.24.3.52 CT_GeoParentEntitiesQueryResult
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_GeoParentEntitiesQueryResults
A complex type<418> that specifies a geographical parent lineage query and results.
Child Elements:
geoParentEntitiesQuery: A CT_GeoParentEntitiesQuery element that specifies the query to obtain the geographical parent of a geographical entity.
geoEntity: A CT_GeoEntity element that specifies the query result containing information about the geographical entity from the query.
geoParentEntity: A CT_GeoParentEntity element that specifies the query result containing the parent of the geographical entity from the query. The parent is another geographical entity.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_GeoParentEntitiesQueryResult"> <xsd:sequence> <xsd:element name="geoParentEntitiesQuery" type="CT_GeoParentEntitiesQuery" minOccurs="1" maxOccurs="1"/> <xsd:element name="geoEntity" type="CT_GeoEntity" minOccurs="0" maxOccurs="1"/> <xsd:element name="geoParentEntity" type="CT_GeoParentEntity" minOccurs="0" maxOccurs="1"/> </xsd:sequence> </xsd:complexType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).