2.7.17 ST_SelType
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
Referenced by: CT_FormControlPr
A simple type that specifies the selection type for the list box form control object. The allowed values are included in the following table.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_SelType"> <xsd:restriction base="xsd:token"> <xsd:enumeration value="single"/> <xsd:enumeration value="multi"/> <xsd:enumeration value="extended"/> </xsd:restriction> </xsd:simpleType>
See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).