Author: sshafroi
Date: 2008-06-30 16:27:30 +0200 (Mon, 30 Jun 2008)
New Revision: 6712

Modified:
   trunk/views.xsd
Log:
Update views.xsd with id and content-type

Modified: trunk/views.xsd
===================================================================
--- trunk/views.xsd     2008-06-30 13:54:24 UTC (rev 6711)
+++ trunk/views.xsd     2008-06-30 14:27:30 UTC (rev 6712)
@@ -34,9 +34,11 @@
             <xsd:element name='include' type='include'/>
                        <xsd:element name='property' type='property'/>
         </xsd:choice>
+        <xsd:attribute name='id'/>
         <xsd:attribute name='main'/>
         <xsd:attribute name='origin'/>
         <xsd:attribute name='front'/>
+        <xsd:attribute name='content-type'/>
     </xsd:complexType>
        <xsd:complexType name='include'>
         <xsd:attribute name='key'/>

_______________________________________________
Kernel-commits mailing list
[email protected]
http://sesat.no/mailman/listinfo/kernel-commits

Reply via email to