Definition Type: Element
Name: output
Namespace: http://www.w3.org/2002/xforms
Containing Schema: XForms-Schema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into label in schema xforms-schema_xsd Drilldown into value in schema xforms-schema_xsd Drilldown into appearance in schema xforms-schema_xsd Drilldown into bind in schema xforms-schema_xsd Drilldown into ref in schema xforms-schema_xsd Drilldown into model in schema xforms-schema_xsd Drilldown into Single.Node.Binding.Attributes in schema xforms-schema_xsd Drilldown into id in schema xforms-schema_xsd Drilldown into Common.Attributes in schema xforms-schema_xsdXSD Diagram of output in schema xforms-schema_xsd (W3C XForms)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
label xforms:label (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id xforms:id Optional
model xforms:model Optional
ref xforms:ref Optional
bind xforms:bind Optional
appearance xforms:appearance Optional
value xforms:value Optional
<anyAttribute> Allowed namespace: '##other'