configurationengine/doc/xsd/thememl.xsd
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     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="carbideuiPathType"/>
       
     9 
       
    10 	<xs:complexType name="themeDirType"/>
       
    11 
       
    12 	<xs:complexType name="refSettingType"/>
       
    13 
       
    14 	<xs:complexType name="platformUIDType"/>
       
    15 	
       
    16     <xs:complexType name="activeThemeType">
       
    17         <xs:sequence>
       
    18             <xs:element name="refSetting" type="theme:refSettingType" minOccurs="0" maxOccurs="unbounded"/>
       
    19 			<xs:element name="platformUID" type="theme:platformUIDType" minOccurs="0" maxOccurs="unbounded"/>
       
    20         </xs:sequence>  
       
    21         <xs:attribute name="uid"        type="xs:string"            use="required"/>
       
    22     </xs:complexType>
       
    23 
       
    24 	<xs:complexType name="thememlRootType">
       
    25         <xs:sequence>
       
    26             <xs:element name="activeTheme" type="theme:activeThemeType" minOccurs="0" maxOccurs="unbounded"/>
       
    27 			<xs:element name="carbideuiPath" type="theme:carbideuiPathType" minOccurs="0" maxOccurs="unbounded"/>
       
    28 			<xs:element name="themeDir" type="theme:themeDirType" minOccurs="0" maxOccurs="unbounded"/>
       
    29         </xs:sequence>
       
    30     </xs:complexType>
       
    31 
       
    32 	<xs:element name="thememl" type="theme:thememlRootType"/>
       
    33 
       
    34 </xs:schema>