2.24.3.45 CT_GeoHierarchyEntity

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

Referenced by: CT_GeoChildEntities

A complex type<394> that specifies a descendant in the geographic hierarchy returned by this query.

Attributes:

entityName: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<395> that specifies the name of the descendant returned by this query, in the language indicated by the cultureLanguage attribute of the CT_Geography complex type.

entityId: A string ([XMLSCHEMA2/2] section 3.2.1) attribute<396> that specifies the geographical entity identifier of the descendant returned by this query. The value of this attribute is unique to a given geographical entity.

entityType: An ST_EntityType attribute<397> that specifies the classification of the geographical entity type of the descendant 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_GeoHierarchyEntity">
   <xsd:attribute name="entityName" type="xsd:string" use="required"/>
   <xsd:attribute name="entityId" type="xsd:string" use="required"/>
   <xsd:attribute name="entityType" type="ST_EntityType" use="required"/>
 </xsd:complexType>

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