2.24.4.12 ST_NumericDimensionType

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

Referenced by: CT_NumericDimension

This simple type<593> specifies numeric dimension data types. Possible values are described in the following table.

Value

Meaning

val

The dimension is a value.

x

The dimension is an x-coordinate.

y

The dimension is a y-coordinate.

size

The dimension is a size.

colorVal

The dimension is a value determining a color.

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

 <xsd:simpleType name="ST_NumericDimensionType">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="val"/>
     <xsd:enumeration value="x"/>
     <xsd:enumeration value="y"/>
     <xsd:enumeration value="size"/>
     <xsd:enumeration value="colorVal"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).