Added var element to xsd
authorNick Van den Bleeken <nick.van.den.bleeken@inventivegroup.com>
Thu, 24 May 2012 16:51:13 +0200
changeset 13 86bdf169a5ea
parent 12 3b1f32072666
child 14 08b8b71216db
Added var element to xsd
2.0/core/schema/xsd/XForms-20-Schema.xsd
--- 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>