Definition Type: Element
Name: instance
Namespace: http://www.w3.org/2002/xforms
Containing Schema: XForms-Schema.xsd
Abstract
Documentation:
instance container.
Collapse XSD Schema Diagram:
Drilldown into src in schema xforms-schema_xsd Drilldown into Linking.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 instance in schema xforms-schema_xsd (W3C XForms)
Collapse XSD Schema Code:
<xsd:element name="instance">
    <xsd:annotation>
        <xsd:documentation>instance container.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:any namespace="##any" processContents="skip" minOccurs="0" />
        </xsd:sequence>
        <xsd:attributeGroup ref="xforms:Common.Attributes" />
        <xsd:attributeGroup ref="xforms:Linking.Attributes" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> Allowed namespace: '##any' 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id xforms:id Optional
src xforms:src (Optional)
<anyAttribute> Allowed namespace: '##other'