Added value and name attribute to header element
authorNick Van den Bleeken <nick@bleeken.eu>
Fri, 31 Oct 2014 11:40:07 -0700
changeset 23 e93013b4a347
parent 22 78a3c9f399ed
child 24 1180ef4957b0
Added value and name attribute to header element
2.0/core/schema/xsd/XForms-20-Schema.xsd
--- a/2.0/core/schema/xsd/XForms-20-Schema.xsd	Fri Oct 31 10:45:56 2014 -0700
+++ b/2.0/core/schema/xsd/XForms-20-Schema.xsd	Fri Oct 31 11:40:07 2014 -0700
@@ -909,6 +909,8 @@
                     </xsd:attribute>
                     <xsd:attribute name="nodeset" type="xforms:XPathExpression" use="optional"/>
                     <xsd:attribute name="ref" type="xforms:XPathExpression" use="optional"/>
+                    <xsd:attribute name="value" type="xforms:XPathExpression" use="optional"/>
+                    <xsd:attribute name="name" type="xsd:string" use="optional"/>
         					</xsd:complexType>
         				</xsd:element>
 				</xsd:choice>