xforms:alert
Element information
Namespace: http://www.w3.org/2002/xforms
Schema document: XForms-11-Schema.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Any text (mixed) content, intermingled with:
- Choice [0..1]
from group xforms:UI.Content
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from group xforms:Common.Attributes | |
Any attribute | [0..*] | Namespace: ##other, Process Contents: strict | from group xforms:Common.Attributes | |
model | [0..1] | xsd:IDREF | from group xforms:Single.Node.Binding.Attributes | |
ref | [0..1] | xforms:XPathExpression | from group xforms:Single.Node.Binding.Attributes | |
bind | [0..1] | xsd:IDREF | from group xforms:Single.Node.Binding.Attributes |
Used in
- Group xforms:UI.Common
- Anonymous type of element xforms:group via reference to xforms:UI.Common
- Anonymous type of element xforms:input via reference to xforms:UI.Common
- Anonymous type of element xforms:item via reference to xforms:UI.Common
- Anonymous type of element xforms:itemset via reference to xforms:UI.Common
- Anonymous type of element xforms:output via reference to xforms:UI.Common
- Anonymous type of element xforms:range via reference to xforms:UI.Common
- Anonymous type of element xforms:secret via reference to xforms:UI.Common
- Anonymous type of element xforms:select via reference to xforms:UI.Common
- Anonymous type of element xforms:select1 via reference to xforms:UI.Common
- Anonymous type of element xforms:submit via reference to xforms:UI.Common
- Anonymous type of element xforms:textarea via reference to xforms:UI.Common
- Anonymous type of element xforms:trigger via reference to xforms:UI.Common
- Anonymous type of element xforms:upload via reference to xforms:UI.Common
Sample instance
<xforms:alert>Any text, intermingled with: <xforms:output> <xforms:label>Any text, intermingled with: <xforms:output>... </xforms:output> </xforms:label> <xforms:mediatype/> <xforms:help>Any text, intermingled with: <xforms:output>... </xforms:output> </xforms:help> </xforms:output> </xforms:alert>