Definition Type: Element
Name: bind
Namespace: http://www.w3.org/2002/xforms
Containing Schema: XForms-Schema.xsd
Abstract
Documentation:
Definition of bind container.
Collapse XSD Schema Diagram:
Drilldown into bind in schema xforms-schema_xsd Drilldown into p3ptype in schema xforms-schema_xsd Drilldown into calculate in schema xforms-schema_xsd Drilldown into constraint in schema xforms-schema_xsd Drilldown into relevant in schema xforms-schema_xsd Drilldown into required in schema xforms-schema_xsd Drilldown into readonly in schema xforms-schema_xsd Drilldown into type in schema xforms-schema_xsd Drilldown into nodeset in schema xforms-schema_xsd Drilldown into id in schema xforms-schema_xsd Drilldown into Common.Attributes in schema xforms-schema_xsdXSD Diagram of bind in schema xforms-schema_xsd (W3C XForms)
Collapse XSD Schema Code:
<xsd:element name="bind">
    <xsd:annotation>
        <xsd:documentation>Definition of bind container.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence minOccurs="0" maxOccurs="unbounded">
            <xsd:element ref="xforms:bind" />
        </xsd:sequence>
        <xsd:attributeGroup ref="xforms:Common.Attributes" />
        <xsd:attribute name="nodeset" type="xforms:XPathExpression" use="optional" />
        <xsd:attribute name="type" type="xsd:QName" use="optional" />
        <xsd:attribute name="readonly" type="xforms:XPathExpression" use="optional" />
        <xsd:attribute name="required" type="xforms:XPathExpression" use="optional" />
        <xsd:attribute name="relevant" type="xforms:XPathExpression" use="optional" />
        <xsd:attribute name="constraint" type="xforms:XPathExpression" use="optional" />
        <xsd:attribute name="calculate" type="xforms:XPathExpression" use="optional" />
        <xsd:attribute name="p3ptype" type="xsd:string" use="optional" />
        <!-- E54 -->
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
bind xforms:bind (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id xforms:id Optional
nodeset xforms:nodeset Optional
type xforms:type Optional
readonly xforms:readonly Optional
required xforms:required Optional
relevant xforms:relevant Optional
constraint xforms:constraint Optional
calculate xforms:calculate Optional
p3ptype xforms:p3ptype Optional
<anyAttribute> Allowed namespace: '##other'