xforms:output

Element Information

Model

Children: xforms:label

Attributes

QName Type Fixed Default Use Inheritable Annotation
appearance xforms:appearanceType optional
bind xs:IDREF optional
id xs:ID optional
model xs:IDREF optional
ref xforms:XPathExpression optional
value xforms:XPathExpression optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/2002/xforms'

Used By

Source

<xsd:element name="output">
  <xsd:complexType>
    <xsd:sequence minOccurs="0">
      <xsd:element ref="xforms:label"/>
    </xsd:sequence>
    <xsd:attributeGroup ref="xforms:Common.Attributes"/>
    <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
    <xsd:attribute name="appearance" type="xforms:appearanceType" use="optional"/>
    <xsd:attribute name="value" type="xforms:XPathExpression" use="optional"/>
  </xsd:complexType>
</xsd:element>

Sample