configurationengine/doc/xsd/ibyml.xsd
author m2lahtel
Thu, 21 Oct 2010 16:36:53 +0300
changeset 5 d2c80f5cab53
parent 0 2e8eeb919028
permissions -rw-r--r--
Updated to version 1.2.14

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