<!ELEMENT option (#PCDATA)>

Parent: <property>

If a property’s data-type property is set to enumerated, use <option> tags to indicate possible values of the enumerated properties. For example:

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

Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices