<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>
|