2.24.4.21 ST_TickMarksType
Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex
Referenced by: CT_TickMarks
This simple type<603> specifies an enumeration of layout types for tick marks. Possible values are described in the following table.
Value |
Meaning |
---|---|
in |
|
out |
|
cross |
|
none |
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_TickMarksType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="in"/> <xsd:enumeration value="out"/> <xsd:enumeration value="cross"/> <xsd:enumeration value="none"/> </xsd:restriction> </xsd:simpleType>
See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).