<xsd:element name="select">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="xforms:label" />
<xsd:group ref="xforms:List.UI.Common" maxOccurs="unbounded" />
<xsd:group ref="xforms:UI.Common" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attributeGroup ref="xforms:Common.Attributes" />
<xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes" />
<xsd:attributeGroup ref="xforms:UI.Common.Attrs" />
<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>
<xsd:attribute name="incremental" type="xsd:boolean" use="optional" default="true" />
</xsd:complexType>
</xsd:element>
|