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