Question |
| Member name | Value | Description |
|---|---|---|
| CheckBox | 0 |
checkBox.
When the item is serialized out as xml, its value is "checkBox". |
| Choice | 1 |
choice.
When the item is serialized out as xml, its value is "choice". |
| Date | 2 |
date.
When the item is serialized out as xml, its value is "date". |
| Time | 3 |
time.
When the item is serialized out as xml, its value is "time". |
| MultipleLinesOfText | 4 |
multipleLinesOfText.
When the item is serialized out as xml, its value is "multipleLinesOfText". |
| Number | 5 |
number.
When the item is serialized out as xml, its value is "number". |
| SingleLineOfText | 6 |
singleLineOfText.
When the item is serialized out as xml, its value is "singleLineOfText". |