sbsv1_os/e32toolp/kif/group/kif1.xsd
changeset 0 83f4b4db085c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sbsv1_os/e32toolp/kif/group/kif1.xsd	Tue Feb 02 01:39:43 2010 +0200
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). All Rights Reserved. 
+-->
+<xsd:schema
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  xmlns:ki="http://www.symbian.com/kif1"
+  targetNamespace="http://www.symbian.com/kif1">
+	<xsd:element name="kitinfo">
+		<xsd:complexType>
+			<!-- Note I'd like to have used xsd:all here but it's not allowed to contain xsd:any -->
+			<xsd:sequence>
+				<xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
+				<xsd:element ref="ki:release"/>
+				<xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
+			</xsd:sequence>
+			<xsd:attribute name="label" type="xsd:string" use="required"/>	
+		</xsd:complexType>
+	</xsd:element>
+	<xsd:element name="release">
+		<xsd:complexType>
+			<xsd:attribute name="version" type="xsd:string" use="required"/>
+			<xsd:attribute name="build" type="xsd:string" use="required"/>
+		</xsd:complexType>
+	</xsd:element>
+</xsd:schema>