For properties whose data-type is enumerated, use <option> tags to indicate each of the possible values of the enumerated property. For example:

<property name="gender" data-type="enumerated">
      <option>male</option>
      <option>female</option>
</property>

Option tags have no attributes or child tags.

 
loading table of contents...