Definition Type: Element
Name: message
Namespace: http://www.w3.org/2002/xforms
Containing Schema: XForms-Schema.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into output in schema xforms-schema_xsd Drilldown into UI.Inline in schema xforms-schema_xsd Drilldown into defaultAction in schema xml-events-attribs-1_xsd Drilldown into propagate in schema xml-events-attribs-1_xsd Drilldown into phase in schema xml-events-attribs-1_xsd Drilldown into handler in schema xml-events-attribs-1_xsd Drilldown into target in schema xml-events-attribs-1_xsd Drilldown into observer in schema xml-events-attribs-1_xsd Drilldown into event in schema xml-events-attribs-1_xsd Drilldown into XML.Events in schema xforms-schema_xsd Drilldown into src in schema xforms-schema_xsd Drilldown into Linking.Attributes in schema xforms-schema_xsd Drilldown into level 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 message in schema xforms-schema_xsd (W3C XForms)
Collapse XSD Schema Code:
<xsd:element name="message">
    <xsd:complexType mixed="true">
        <xsd:group ref="xforms:UI.Inline" />
        <xsd:attributeGroup ref="xforms:Common.Attributes" />
        <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes" />
        <xsd:attribute name="level" use="required">
            <xsd:simpleType>
                <xsd:union memberTypes="xforms:QNameButNotNCNAME">
                    <xsd:simpleType>
                        <xsd:restriction base="xsd:string">
                            <xsd:enumeration value="ephemeral" />
                            <xsd:enumeration value="modeless" />
                            <xsd:enumeration value="modal" />
                        </xsd:restriction>
                    </xsd:simpleType>
                </xsd:union>
            </xsd:simpleType>
        </xsd:attribute>
        <xsd:attributeGroup ref="xforms:Linking.Attributes" />
        <xsd:attributeGroup ref="xforms:XML.Events" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
output xforms:output (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
level xforms:level Required
src xforms:src (Optional)
event ev:event (Optional)
observer ev:observer (Optional)
target ev:target (Optional)
handler ev:handler (Optional)
phase ev:phase (Optional)
propagate ev:propagate (Optional)
defaultAction ev:defaultAction (Optional)
<anyAttribute> Allowed namespace: '##other'