2.24.3.54 CT_GeoParentEntity

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

Referenced by: CT_GeoParentEntitiesQueryResult

A complex type<420> that specifies a parent geographical entity in the geographical hierarchy.

Attributes:

entityId: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the geographical entity identifier of the geographical entity. The value of this attribute uniquely identifies the geographical entity.

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

 <xsd:complexType name="CT_GeoParentEntity">
   <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).