configurationengine/doc/xsd/gcfml.xsd
changeset 0 2e8eeb919028
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/doc/xsd/gcfml.xsd	Thu Mar 11 17:04:37 2010 +0200
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.s60.com/xml/genconfml/1" xmlns:gcfml="http://www.s60.com/xml/genconfml/1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+  <xs:import namespace="http://www.w3.org/1999/XSL/Transform"/>
+  <xs:element name="file">
+    <xs:complexType>
+    	<xs:choice minOccurs="0" maxOccurs="unbounded">
+        	<xs:element minOccurs="1" maxOccurs="unbounded" ref="gcfml:setting" />
+        	<xs:any namespace="http://www.w3.org/1999/XSL/Transform" processContents="skip"/>
+      	</xs:choice>
+      	<xs:attribute name="target" type="xs:string" use="optional"/>
+      	<xs:attribute name="name" type="xs:string" use="required"/>
+    </xs:complexType>
+  </xs:element>
+  <xs:element name="setting">
+    <xs:complexType>
+      <xs:attribute name="ref" type="xs:string" use="required"/>
+    </xs:complexType>
+  </xs:element>
+</xs:schema>