configurationengine/doc/xsd/projectml.xsd
author m2lahtel
Thu, 21 Oct 2010 16:36:53 +0300
changeset 5 d2c80f5cab53
parent 0 2e8eeb919028
permissions -rw-r--r--
Updated to version 1.2.14
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     2
<xs:schema 
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
	xmlns:xs="http://www.w3.org/2001/XMLSchema" 
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
	targetNamespace="http://www.s60.com/xml/convertprojectml/1" 
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
	xmlns:project="http://www.s60.com/xml/convertprojectml/1" 
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
	elementFormDefault="qualified">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
	
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
    <xs:complexType name="targetProjectType">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
		<xs:attribute name="path"        type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
		<xs:attribute name="name"        type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
    </xs:complexType>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
	
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
		
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
    <xs:complexType name="filterType">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
		<xs:attribute name="action"        type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
		<xs:attribute name="data"        type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
    </xs:complexType>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    19
	
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    20
    <xs:complexType name="folderType">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    21
        <xs:sequence>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    22
            <xs:element name="filter" type="project:filterType" minOccurs="0" maxOccurs="unbounded"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    23
        </xs:sequence>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    24
		<xs:attribute name="path"        type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    25
    </xs:complexType>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    26
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    27
    <xs:complexType name="ruleType">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    28
		<xs:attribute name="type"        type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    29
		<xs:attribute name="data"        type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    30
    </xs:complexType>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    31
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    32
	
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    33
    <xs:complexType name="fileType">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    34
        <xs:sequence>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    35
            <xs:element name="filter" type="project:filterType" minOccurs="0" maxOccurs="unbounded"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    36
        </xs:sequence>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    37
		<xs:attribute name="type"        type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    38
		<xs:attribute name="path"        type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    39
		<xs:attribute name="name"        type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    40
    </xs:complexType>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    41
		
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    42
    <xs:complexType name="layerType">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    43
        <xs:sequence>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    44
			<xs:element name="rule" type="project:ruleType" minOccurs="0" maxOccurs="unbounded"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    45
            <xs:element name="folder" type="project:folderType" minOccurs="0" maxOccurs="unbounded"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    46
			<xs:element name="file" type="project:fileType" minOccurs="0" maxOccurs="unbounded"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    47
        </xs:sequence>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    48
		<xs:attribute name="path"        type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    49
    </xs:complexType>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    50
	
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    51
	
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    52
    <xs:complexType name="convertprojectmlRootType">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    53
        <xs:sequence>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    54
            <xs:element name="targetProject" type="project:targetProjectType" minOccurs="0" maxOccurs="unbounded"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    55
			<xs:element name="layer" type="project:layerType" minOccurs="0" maxOccurs="unbounded"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    56
        </xs:sequence>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    57
    </xs:complexType>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    58
		
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    59
    <xs:element name="convertprojectml" type="project:convertprojectmlRootType"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    60
</xs:schema>