2.8.4.3 ST_MarkerSize
Target namespace: http://schemas.microsoft.com/office/drawing/2012/chartStyle
Referenced by: CT_MarkerLayout
The simple type specifies that its contents contain an integer between 2 and 72, inclusive, whose contents are a size in points.<100> See ([ISO/IEC29500-1:2016] section 21.2.3.26)
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_MarkerSize"> <xsd:restriction base="xsd:unsignedByte"> <xsd:minInclusive value="2"/> <xsd:maxInclusive value="72"/> </xsd:restriction> </xsd:simpleType>
See section 5.15 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).