configurationengine/source/plugins/symbian/ConeThemePlugin/themeplugin/xsd/thememl.xsd
changeset 3 e7e0ae78773e
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
       
     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/thememl/1" 
       
     5 	xmlns:theme="http://www.s60.com/xml/thememl/1" 
       
     6 	elementFormDefault="qualified">
       
     7 	
       
     8     <xs:complexType name="activeThemeType">
       
     9         <xs:sequence>
       
    10             <xs:element name="refSetting" type="xs:string" minOccurs="1" maxOccurs="1"/>
       
    11 			<xs:element name="platformUID" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
       
    12         </xs:sequence>  
       
    13         <xs:attribute name="uid" type="xs:string" use="required"/>
       
    14     </xs:complexType>
       
    15 
       
    16 	<xs:complexType name="thememlRootType">
       
    17         <xs:sequence>
       
    18             <xs:element name="carbideuiPath" type="xs:string"/>
       
    19             <xs:choice minOccurs="0" maxOccurs="unbounded">
       
    20                 <xs:element name="activeTheme" type="theme:activeThemeType"/>
       
    21                 <xs:element name="themeDir" type="xs:string"/>
       
    22             </xs:choice>
       
    23         </xs:sequence>
       
    24     </xs:complexType>
       
    25 
       
    26 	<xs:element name="thememl" type="theme:thememlRootType"/>
       
    27 
       
    28 </xs:schema>