selection

Attribute Information

Used By

Element xforms:select

Source

<xsd:attribute name="selection" use="optional" default="closed">
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="open"/>
      <xsd:enumeration value="closed"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>

Sample