--- a/2.0/core/schema/xsd/XForms-20-Schema.xsd Thu May 24 14:46:04 2012 +0200
+++ b/2.0/core/schema/xsd/XForms-20-Schema.xsd Thu May 24 16:51:13 2012 +0200
@@ -174,6 +174,18 @@
<xsd:attribute name="p3ptype" type="xsd:string" use="optional"/>
</xsd:complexType>
</xsd:element>
+
+ <xsd:element name="var">
+ <xsd:annotation>
+ <xsd:documentation>Definition of var element.</xsd:documentation>
+ </xsd:annotation>
+ <xsd:complexType>
+ <xsd:attributeGroup ref="xforms:Common.Attributes"/>
+ <xsd:attribute name="name" type="xsd:QName" use="optional"/>
+ <xsd:attribute name="value" type="xforms:XPathExpression" use="optional"/>
+ <xsd:attribute name="model" type="xsd:IDREF" use="optional"/>
+ </xsd:complexType>
+ </xsd:element>
<xsd:element name="extension">
<xsd:complexType>