[Table of Contents] [docx version]
VML Reference Material - VML
This simple type specifies the types of objects that a ClientData element can represent.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
Button (Pushbutton) |
A pushbutton control. |
Checkbox (Checkbox) |
A checkbox control. |
Dialog (Dialog) |
A dialog. |
Drop (Dropdown Box) |
A dropdown (combo box) control. |
Edit (Editable Text Field) |
An editable text field control. |
GBox (Group Box) |
A group box control. |
Group (Group) | |
Label (Label) |
A label control. |
LineA (Auditing Line) |
A formula auditing arrow. |
List (List Box) |
A list control. |
Movie (Movie) |
A movie object in Mac format. |
Note (Comment) |
A comment. |
Pict (Image) |
A placeholder image. |
Radio (Radio Button) |
A radio button control. |
Rect (Plain Rectangle) |
A rectangle shape that is not a control. |
RectA (Auditing Rectangle) |
A formula auditing rectangle. |
Scroll (Scroll Bar) |
A scroll bar. |
Shape (Plain Shape) |
A general shape that is not a control. |
Spin (Spin Button) |
A spin button (spinner) control. |
Referenced By |
ClientData@ObjectType (§6.4.2.12) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_ObjectType">
<restriction base="xsd:string">
<enumeration value="Button"/>
<enumeration value="Checkbox"/>
<enumeration value="Dialog"/>
<enumeration value="Drop"/>
<enumeration value="Edit"/>
<enumeration value="GBox"/>
<enumeration value="Label"/>
<enumeration value="LineA"/>
<enumeration value="List"/>
<enumeration value="Movie"/>
<enumeration value="Note"/>
<enumeration value="Pict"/>
<enumeration value="Radio"/>
<enumeration value="RectA"/>
<enumeration value="Scroll"/>
<enumeration value="Spin"/>
<enumeration value="Shape"/>
<enumeration value="Group"/>
<enumeration value="Rect"/>
</restriction>
</simpleType>