2.24.4.11 ST_IntervalClosedSide

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

Referenced by: CT_Binning

This simple type<592> specifies the interval closed side. Possible values are described in the following table.

Value

Meaning

l

The interval is closed on the left side.

r

The interval is closed on the right side.

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

 <xsd:simpleType name="ST_IntervalClosedSide">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="l"/>
     <xsd:enumeration value="r"/>
   </xsd:restriction>
 </xsd:simpleType>

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