ST_ToolbarSize Simple Type
Restriction of xs:string
Enumeration | small |
Enumeration | middle |
<xs:simpleType name="ST_ToolbarSize" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="small" />
<xs:enumeration value="middle" />
</xs:restriction>
</xs:simpleType>
|