<xsd:element name="setvalue">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attributeGroup ref="xforms:Common.Attributes" />
<xsd:attributeGroup ref="xforms:Single.Node.Binding.Attributes" />
<xsd:attribute name="value" type="xforms:XPathExpression" use="optional" />
<xsd:attributeGroup ref="xforms:XML.Events" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
|