xforms:upload

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
appearance xforms:appearanceType optional
bind xs:IDREF optional
id xs:ID optional
incremental xs:boolean false optional
mediatype 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'

Used By

Element Group xforms:Form.Controls

Source

<xsd:element name="upload">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:element ref="xforms:label"/>
      <xsd:element ref="xforms:filename" minOccurs="0"/>
      <xsd:element ref="xforms:mediatype" minOccurs="0"/>
      <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="mediatype" type="xsd:string" use="optional"/>
    <xsd:attribute name="incremental" type="xsd:boolean" use="optional" default="false"/>
  </xsd:complexType>
</xsd:element>

Sample