2.2.5.1 ChoiceTypes

The ChoiceTypes simple type is used to indicate the state of a list of choices for a property.

 <s:simpleType name="ChoiceTypes">
   <s:restriction base="s:string">
     <s:enumeration value="Off"/>
     <s:enumeration value="None"/>
     <s:enumeration value="Open"/>
     <s:enumeration value="Closed"/>
   </s:restriction>
 </s:simpleType>

Value

Meaning

Off

The property does not use a list of choices.

None

The property is not using a list of choices, but a list of choices can be added by a site collection administrator.

Open

The property is using a list of choices and users can add items to the list of choices.

Closed

The property uses a list of choices but users cannot edit the choices. A site collection administrator has full control over the choices for the property.