configurationengine/doc/xsd/imageml.xsd
author terytkon
Thu, 11 Mar 2010 17:04:37 +0200
changeset 0 2e8eeb919028
permissions -rw-r--r--
Adding EPL version of configurationengine.
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/imageml/1" 
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
	xmlns:image="http://www.s60.com/xml/imageml/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
	
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
    <xs:complexType name="includeType">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
        <xs:attribute name="pattern"        type="xs:string"            use="required"/>
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
	 <xs:complexType name="excludeType">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
        <xs:attribute name="pattern"        type="xs:string"            use="required"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
    </xs:complexType>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
	
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
    <xs:complexType name="inputType">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
        <xs:sequence>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    19
            <xs:element name="include" type="image:includeType" minOccurs="0" maxOccurs="unbounded"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    20
			<xs:element name="exclude" type="image:excludeType" minOccurs="0" maxOccurs="unbounded"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    21
        </xs:sequence>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    22
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    23
		<xs:attribute name="dir"        type="xs:string"            use="required"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    24
        <xs:attribute name="depth"       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
	
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    28
	
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    29
    <xs:complexType name="outputType">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    30
        <xs:sequence>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    31
            <xs:element name="input" type="image:inputType" minOccurs="0" maxOccurs="unbounded"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    32
        </xs:sequence>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    33
        <xs:attribute name="file"        type="xs:string"            use="required"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    34
        <xs:attribute name="tool"       type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    35
		<xs:attribute name="tooldir"       type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    36
		<xs:attribute name="compress"       type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    37
		<xs:attribute name="palette"       type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    38
    </xs:complexType>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    39
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    40
		
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    41
    <xs:complexType name="imagemlRootType">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    42
        <xs:sequence>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    43
            <xs:element name="output" type="image:outputType" minOccurs="0" maxOccurs="unbounded"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    44
        </xs:sequence>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    45
    </xs:complexType>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    46
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    47
    <xs:element name="imageml" type="image:imagemlRootType"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    48
</xs:schema>