configurationengine/source/plugins/symbian/ConeThemePlugin/themeplugin/xsd/thememl.xsd
author m2lahtel
Tue, 10 Aug 2010 14:29:28 +0300
changeset 3 e7e0ae78773e
permissions -rw-r--r--
ConE 1.2.11 release

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema 
	xmlns:xs="http://www.w3.org/2001/XMLSchema" 
	targetNamespace="http://www.s60.com/xml/thememl/1" 
	xmlns:theme="http://www.s60.com/xml/thememl/1" 
	elementFormDefault="qualified">
	
    <xs:complexType name="activeThemeType">
        <xs:sequence>
            <xs:element name="refSetting" type="xs:string" minOccurs="1" maxOccurs="1"/>
			<xs:element name="platformUID" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
        </xs:sequence>  
        <xs:attribute name="uid" type="xs:string" use="required"/>
    </xs:complexType>

	<xs:complexType name="thememlRootType">
        <xs:sequence>
            <xs:element name="carbideuiPath" type="xs:string"/>
            <xs:choice minOccurs="0" maxOccurs="unbounded">
                <xs:element name="activeTheme" type="theme:activeThemeType"/>
                <xs:element name="themeDir" type="xs:string"/>
            </xs:choice>
        </xs:sequence>
    </xs:complexType>

	<xs:element name="thememl" type="theme:thememlRootType"/>

</xs:schema>