xforms:load

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
bind xs:IDREF optional
ev:defaultAction restriction of xs:NMTOKEN optional
ev:event xs:NMTOKEN optional
ev:handler xs:anyURI optional
ev:observer xs:IDREF optional
ev:phase restriction of xs:NMTOKEN optional
ev:propagate restriction of xs:NMTOKEN optional
ev:target xs:IDREF optional
id xs:ID optional
model xs:IDREF optional
ref xforms:XPathExpression optional
resource xs:anyURI optional
show restriction of xsd:string replace optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/2002/xforms'

Used By

Element Group xforms:Action

Source

<xsd:element name="load">
  <xsd:complexType>
    <xsd:attributeGroup ref="xforms:Common.Attributes"/>
    <xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes"/>
    <xsd:attribute name="resource" type="xsd:anyURI"/>
    <xsd:attribute name="show" use="optional" default="replace">
      <xsd:simpleType>
        <xsd:restriction base="xsd:string">
          <xsd:enumeration value="new"/>
          <xsd:enumeration value="replace"/>
        </xsd:restriction>
      </xsd:simpleType>
      <!-- E22 -->
    </xsd:attribute>
    <xsd:attributeGroup ref="xforms:XML.Events"/>
  </xsd:complexType>
</xsd:element>

Sample