Definition Type: Element
Name: submission
Namespace: http://www.w3.org/2002/xforms
Containing Schema: XForms-Schema.xsd
Abstract
Documentation:
submit info container.
Collapse XSD Schema Diagram:
Drilldown into message in schema xforms-schema_xsd Drilldown into toggle in schema xforms-schema_xsd Drilldown into setindex in schema xforms-schema_xsd Drilldown into delete in schema xforms-schema_xsd Drilldown into insert in schema xforms-schema_xsd Drilldown into reset in schema xforms-schema_xsd Drilldown into send in schema xforms-schema_xsd Drilldown into setvalue in schema xforms-schema_xsd Drilldown into load in schema xforms-schema_xsd Drilldown into setfocus in schema xforms-schema_xsd Drilldown into refresh in schema xforms-schema_xsd Drilldown into revalidate in schema xforms-schema_xsd Drilldown into recalculate in schema xforms-schema_xsd Drilldown into rebuild in schema xforms-schema_xsd Drilldown into dispatch in schema xforms-schema_xsd Drilldown into action in schema xforms-schema_xsd Drilldown into Action in schema xforms-schema_xsd Drilldown into includenamespaceprefixes in schema xforms-schema_xsd Drilldown into separator in schema xforms-schema_xsd Drilldown into instance in schema xforms-schema_xsd Drilldown into replace in schema xforms-schema_xsd Drilldown into cdata-section-elements in schema xforms-schema_xsd Drilldown into standalone in schema xforms-schema_xsd Drilldown into omit-xml-declaration in schema xforms-schema_xsd Drilldown into encoding in schema xforms-schema_xsd Drilldown into mediatype in schema xforms-schema_xsd Drilldown into indent in schema xforms-schema_xsd Drilldown into version in schema xforms-schema_xsd Drilldown into method in schema xforms-schema_xsd Drilldown into action in schema xforms-schema_xsd Drilldown into bind in schema xforms-schema_xsd Drilldown into ref in schema xforms-schema_xsd Drilldown into id in schema xforms-schema_xsd Drilldown into Common.Attributes in schema xforms-schema_xsdXSD Diagram of submission in schema xforms-schema_xsd (W3C XForms)
Collapse XSD Schema Code:
<xsd:element name="submission">
    <xsd:annotation>
        <xsd:documentation>submit info container.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence minOccurs="0" maxOccurs="unbounded">
            <xsd:group ref="xforms:Action" />
        </xsd:sequence>
        <xsd:attributeGroup ref="xforms:Common.Attributes" />
        <xsd:attribute name="ref" type="xforms:XPathExpression" use="optional" />
        <xsd:attribute name="bind" type="xsd:IDREF" use="optional" />
        <xsd:attribute name="action" type="xsd:anyURI" use="optional" />
        <xsd:attribute name="method" use="required">
            <xsd:simpleType>
                <xsd:union memberTypes="xforms:QNameButNotNCNAME">
                    <xsd:simpleType>
                        <xsd:restriction base="xsd:string">
                            <xsd:enumeration value="post" />
                            <xsd:enumeration value="put" />
                            <xsd:enumeration value="get" />
                            <xsd:enumeration value="multipart-post" />
                            <xsd:enumeration value="form-data-post" />
                            <xsd:enumeration value="urlencoded-post" />
                        </xsd:restriction>
                    </xsd:simpleType>
                </xsd:union>
            </xsd:simpleType>
        </xsd:attribute>
        <xsd:attribute name="version" type="xsd:NMTOKEN" use="optional" />
        <xsd:attribute name="indent" type="xsd:boolean" use="optional" />
        <xsd:attribute name="mediatype" type="xsd:string" use="optional" />
        <xsd:attribute name="encoding" type="xsd:string" use="optional" />
        <xsd:attribute name="omit-xml-declaration" type="xsd:boolean" use="optional" />
        <xsd:attribute name="standalone" type="xsd:boolean" use="optional" />
        <xsd:attribute name="cdata-section-elements" type="xforms:QNameList" use="optional" />
        <xsd:attribute name="replace" use="optional" default="all">
            <xsd:simpleType>
                <xsd:union memberTypes="xforms:QNameButNotNCNAME">
                    <xsd:simpleType>
                        <xsd:restriction base="xsd:string">
                            <xsd:enumeration value="all" />
                            <xsd:enumeration value="instance" />
                            <xsd:enumeration value="none" />
                        </xsd:restriction>
                    </xsd:simpleType>
                </xsd:union>
            </xsd:simpleType>
        </xsd:attribute>
        <xsd:attribute name="instance" type="xsd:IDREF" use="optional" />
        <xsd:attribute name="separator" use="optional" default=";">
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value=";" />
                    <xsd:enumeration value="&amp;" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:attribute>
        <xsd:attribute name="includenamespaceprefixes" use="optional">
            <xsd:simpleType>
                <xsd:list>
                    <xsd:simpleType>
                        <xsd:union>
                            <xsd:simpleType>
                                <xsd:restriction base="xsd:NCName" />
                            </xsd:simpleType>
                            <xsd:simpleType>
                                <xsd:restriction base="xsd:string">
                                    <xsd:enumeration value="#default" />
                                </xsd:restriction>
                            </xsd:simpleType>
                        </xsd:union>
                    </xsd:simpleType>
                </xsd:list>
            </xsd:simpleType>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
action xforms:action (1) (1)
dispatch xforms:dispatch (1) (1)
rebuild xforms:rebuild (1) (1)
recalculate xforms:recalculate (1) (1)
revalidate xforms:revalidate (1) (1)
refresh xforms:refresh (1) (1)
setfocus xforms:setfocus (1) (1)
load xforms:load (1) (1)
setvalue xforms:setvalue (1) (1)
send xforms:send (1) (1)
reset xforms:reset (1) (1)
insert xforms:insert (1) (1)
delete xforms:delete (1) (1)
setindex xforms:setindex (1) (1)
toggle xforms:toggle (1) (1)
message xforms:message (1) (1)
<xs:group> xforms:Action (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id xforms:id Optional
ref xforms:ref Optional
bind xforms:bind Optional
action xforms:action Optional
method xforms:method Required
version xforms:version Optional
indent xforms:indent Optional
mediatype xforms:mediatype Optional
encoding xforms:encoding Optional
omit-xml-declaration xforms:omit-xml-declaration Optional
standalone xforms:standalone Optional
cdata-section-elements xforms:cdata-section-elements Optional
replace xforms:replace all Optional
instance xforms:instance Optional
separator xforms:separator ; Optional
includenamespaceprefixes xforms:includenamespaceprefixes Optional
<anyAttribute> Allowed namespace: '##other'