0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<xs:schema
|
|
3 |
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
4 |
targetNamespace="http://www.s60.com/xml/iby/1"
|
|
5 |
xmlns:iby="http://www.s60.com/xml/iby/1"
|
|
6 |
elementFormDefault="qualified">
|
|
7 |
|
|
8 |
<xs:complexType name="entryType">
|
|
9 |
<xs:attribute name="value" type="xs:string" use="required"/>
|
|
10 |
</xs:complexType>
|
|
11 |
|
|
12 |
|
|
13 |
<xs:complexType name="ibyfileRootType">
|
|
14 |
<xs:sequence>
|
|
15 |
<xs:element name="entry" type="iby:entryType" minOccurs="0" maxOccurs="unbounded"/>
|
|
16 |
</xs:sequence>
|
|
17 |
<xs:attribute name="name" type="xs:string"/>
|
|
18 |
<xs:attribute name="rom_image" type="xs:string"/>
|
|
19 |
</xs:complexType>
|
|
20 |
|
|
21 |
<xs:element name="ibyfile" type="iby:ibyfileRootType"/>
|
|
22 |
</xs:schema> |