2.7.16 ST_DropStyle
Target namespace: http://schemas.microsoft.com/office/spreadsheetml/2009/9/main
Referenced by: CT_FormControlPr
This simple type specifies the style of a drop-down form control. The allowed values are included in the following table.
Value |
Meaning |
---|---|
combo |
|
comboedit |
Editable combo box<27>. |
simple |
Standard combo box with only the drop-down button visible when the box is not expanded. |
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.
-
<xsd:simpleType name="ST_DropStyle"> <xsd:restriction base="xsd:token"> <xsd:enumeration value="combo"/> <xsd:enumeration value="comboedit"/> <xsd:enumeration value="simple"/> </xsd:restriction> </xsd:simpleType>
See section 5.4 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).