configurationengine/doc/xsd/ibyml.xsd
author terytkon
Sat, 06 Nov 2010 16:59:14 +0200
changeset 9 63964d875993
parent 0 2e8eeb919028
permissions -rw-r--r--
Merge changes to system model generator to SF tip.

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