2.24.4.20 ST_StringDimensionType
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_StringDimension
This simple type<601> specifies an enumeration of string dimension data types. Possible values are described in the following table.
Value |
Meaning |
---|---|
cat |
|
colorStr |
|
entityId |
Specifies the geographical entity identifier string dimension data type<602>. This dimension can be used to provide locations to a geospatial series in a Geographic chart. Refer to the usage of entityId in CT_GeoCache, CT_GeoParentEntity, and CT_GeoData. |
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_StringDimensionType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="cat"/> <xsd:enumeration value="colorStr"/> <xsd:enumeration value="entityId"/> </xsd:restriction> </xsd:simpleType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).