configurationengine/doc/xsd/gcfml.xsd
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     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:complexType>
       
    13   </xs:element>
       
    14   <xs:element name="setting">
       
    15     <xs:complexType>
       
    16       <xs:attribute name="ref" type="xs:string" use="required"/>
       
    17     </xs:complexType>
       
    18   </xs:element>
       
    19 </xs:schema>