2.24.3.43 CT_GeoEntity
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_GeoParentEntitiesQueryResult
A complex type<386> that specifies the name and type of a geographical entity in the geographical hierarchy.
Attributes:
entityName: A string ([XMLSCHEMA2/2] section 3.2.1) attribute that specifies the name of a geographical entity.
entityType: An ST_EntityType attribute that specifies the type of a geographical entity.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_GeoEntity"> <xsd:attribute name="entityName" 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).