configurationengine/doc/xsd/ibyml.xsd
changeset 0 2e8eeb919028
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/configurationengine/doc/xsd/ibyml.xsd	Thu Mar 11 17:04:37 2010 +0200
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema 
+	xmlns:xs="http://www.w3.org/2001/XMLSchema" 
+	targetNamespace="http://www.s60.com/xml/iby/1" 
+	xmlns:iby="http://www.s60.com/xml/iby/1" 
+	elementFormDefault="qualified">
+	
+    <xs:complexType name="entryType">
+		<xs:attribute name="value"        type="xs:string"            use="required"/>
+    </xs:complexType>
+	
+	
+    <xs:complexType name="ibyfileRootType">
+        <xs:sequence>
+            <xs:element name="entry" type="iby:entryType" minOccurs="0" maxOccurs="unbounded"/>
+        </xs:sequence>
+        <xs:attribute name="name"       type="xs:string"/>
+		<xs:attribute name="rom_image"       type="xs:string"/>
+    </xs:complexType>
+		
+    <xs:element name="ibyfile" type="iby:ibyfileRootType"/>
+</xs:schema>
\ No newline at end of file