2.24.4.9 ST_GeoMappingLevel
- Article
-
-
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_Geography
This
simple type<590> specifies the level of view
for the geospatial series.
Value
|
Meaning
|
dataOnly
|
Specifies
that only regions which correspond to data points in the geographical
category of a geospatial series are in view.
|
postalCode
|
Specifies
that the level of view for the geospatial series is set to the postal code
level.
|
county
|
Specifies
that the level of view for the geospatial series is set to the county level.
|
state
|
Specifies
that the level of view for the geospatial series is set to the state or
province level.
|
countryRegion
|
Specifies
that the level of view for the geospatial series is set to the country/region
level.
|
countryRegionList
|
Specifies
that the level of view for the geospatial series is set to the continent
level.
|
world
|
Specifies
that the level of view for the geospatial series is set to the world.
|
The following W3C XML Schema ([XMLSCHEMA1/2]
section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_GeoMappingLevel">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="dataOnly"/>
<xsd:enumeration value="postalCode"/>
<xsd:enumeration value="county"/>
<xsd:enumeration value="state"/>
<xsd:enumeration value="countryRegion"/>
<xsd:enumeration value="countryRegionList"/>
<xsd:enumeration value="world"/>
</xsd:restriction>
</xsd:simpleType>
See section 5.22 for the full
W3C XML Schema ([XMLSCHEMA1/2] section 2.1).