CHOICES Element (List)
SharePoint 2013
Used to define several choices within a field for a drop-down list.
<CHOICES>
<CHOICE
Value = "Text">
</CHOICE>
<CHOICE
Value = "Text">
</CHOICE>
...
</CHOICES>
Attribute | Description |
|---|---|
None | N/A |
Minimum: 0 Maximum: 1 |
Within a CHOICES element, each CHOICE element contains a value that appears in the list.
Remember that CAML is case-sensitive; the CHOICE and CHOICES elements are in all capital letters.