QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
appearance | xforms:appearanceType | optional | ||||
bind | xs:IDREF | optional | ||||
id | xs:ID | optional | ||||
incremental | xs:boolean | false | optional | |||
inputmode | xs:string | optional | ||||
model | xs:IDREF | optional | ||||
ref | xforms:XPathExpression | optional | ||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/2002/xforms' |
Element Group | xforms:Form.Controls |
<xsd:element name="input"> <xsd:complexType> <xsd:sequence> <xsd:element ref="xforms:label"/> <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:attribute name="inputmode" type="xsd:string" use="optional"/> <xsd:attributeGroup |