configurationengine/source/plugins/symbian/ConeGenconfmlPlugin/genconfmlplugin/xsd/gcfml.xsd
changeset 3 e7e0ae78773e
equal deleted inserted replaced
2:87cfa131b535 3:e7e0ae78773e
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.s60.com/xml/genconfml/1" xmlns:gcfml="http://www.s60.com/xml/genconfml/1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
       
     3   <xs:import namespace="http://www.w3.org/1999/XSL/Transform"/>
       
     4   <xs:element name="file">
       
     5     <xs:complexType>
       
     6     	<xs:choice minOccurs="0" maxOccurs="unbounded">
       
     7         	<xs:element minOccurs="1" maxOccurs="unbounded" ref="gcfml:setting" />
       
     8         	<xs:any namespace="http://www.w3.org/1999/XSL/Transform" processContents="skip"/>
       
     9       	</xs:choice>
       
    10       	<xs:attribute name="target" type="xs:string" use="optional"/>
       
    11       	<xs:attribute name="name" type="xs:string" use="required"/>
       
    12         <xs:attribute name="lineEndingStyle" type="xs:string" use="optional"/>
       
    13     </xs:complexType>
       
    14   </xs:element>
       
    15   <xs:element name="setting">
       
    16     <xs:complexType>
       
    17       <xs:attribute name="ref" type="xs:string" use="required"/>
       
    18     </xs:complexType>
       
    19   </xs:element>
       
    20 </xs:schema>