Add @ref to bind and header
authorNick Van den Bleeken <nick.van.den.bleeken@inventivegroup.com>
Thu, 24 May 2012 14:46:04 +0200
changeset 12 3b1f32072666
parent 11 5c9cf15568e3
child 13 86bdf169a5ea
Add @ref to bind and header
2.0/core/schema/xsd/XForms-20-Schema.xsd
--- a/2.0/core/schema/xsd/XForms-20-Schema.xsd	Thu May 24 14:39:11 2012 +0200
+++ b/2.0/core/schema/xsd/XForms-20-Schema.xsd	Thu May 24 14:46:04 2012 +0200
@@ -164,6 +164,7 @@
 			</xsd:sequence>
 			<xsd:attributeGroup ref="xforms:Common.Attributes"/>
 			<xsd:attribute name="nodeset" type="xforms:XPathExpression" use="optional"/>
+			<xsd:attribute name="ref" type="xforms:XPathExpression" use="optional"/>
 			<xsd:attribute name="calculate" type="xforms:XPathExpression" use="optional"/>
 			<xsd:attribute name="type" type="xsd:QName" use="optional"/>
 			<xsd:attribute name="required" type="xforms:XPathExpression" use="optional"/>
@@ -860,6 +861,7 @@
                             </xsd:simpleType>
                     </xsd:attribute>
                     <xsd:attribute name="nodeset" type="xforms:XPathExpression" use="optional"/>
+                    <xsd:attribute name="ref" type="xforms:XPathExpression" use="optional"/>
         					</xsd:complexType>
         				</xsd:element>
 				</xsd:choice>