sbsv1_os/e32toolp/kif/group/kif1.xsd
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 01:39:43 +0200
changeset 0 83f4b4db085c
permissions -rw-r--r--
Revision: 201005 Kit: 201005

<?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>