2.24.4.6 ST_EntityType
- Article
-
-
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_GeoLocationQuery,
CT_GeoLocation,
CT_GeoDataEntityQuery,
CT_GeoDataPointQuery,
CT_GeoDataPointToEntityQuery,
CT_GeoChildTypes,
CT_GeoHierarchyEntity,
CT_GeoEntity
This simple
type<587> specifies a geographical
classification of a geographical entity.
Value
|
Meaning
|
Address
|
Specifies
that the geographical entity is of type address.
|
AdminDistrict
|
Specifies
that the geographical entity is the first order administrative subdivision of
a country or region, such as a state or province.
|
AdminDistrict2
|
Specifies
that the geographical entity is the second order administrative subdivision
of a country or region, such as a county.
|
AdminDistrict3
|
Specifies
that the geographical entity is the third order administrative subdivision of
a country or region.
|
Continent
|
Specifies
that the geographical entity is of type continent.
|
CountryRegion
|
Specifies
that the geographical entity is of type country/region.
|
Locality
|
Specifies
that the geographical entity is of type locality, such as a city or town.
|
Ocean
|
Specifies
that the geographical entity is of type ocean, such as the Atlantic Ocean.
|
Planet
|
Specifies
that the geographical entity is of type planet, such as Earth.
|
PostalCode
|
Specifies
that the geographical entity is of type postal code.
|
Region
|
Specifies
that the geographical entity is of type region.
|
Unsupported
|
Specifies
that the geographical entity is of an unsupported type.
|
The following W3C XML Schema ([XMLSCHEMA1/2]
section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_EntityType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="Address"/>
<xsd:enumeration value="AdminDistrict"/>
<xsd:enumeration value="AdminDistrict2"/>
<xsd:enumeration value="AdminDistrict3"/>
<xsd:enumeration value="Continent"/>
<xsd:enumeration value="CountryRegion"/>
<xsd:enumeration value="Locality"/>
<xsd:enumeration value="Ocean"/>
<xsd:enumeration value="Planet"/>
<xsd:enumeration value="PostalCode"/>
<xsd:enumeration value="Region"/>
<xsd:enumeration value="Unsupported"/>
</xsd:restriction>
</xsd:simpleType>
See section 5.22 for the full
W3C XML Schema ([XMLSCHEMA1/2] section 2.1).