configurationengine/doc/xsd/templateml.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
	xmlns:xi="http://www.w3.org/2001/XInclude"
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
	xmlns:templ="http://www.s60.com/xml/templateml/1"
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
	targetNamespace="http://www.s60.com/xml/templateml/1"
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
	elementFormDefault="qualified">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
	 <xs:import namespace="http://www.w3.org/2001/XInclude" schemaLocation="http://www.w3.org/2001/XInclude.xsd"/> 
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
			
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
	<xs:complexType name="templateType" mixed="true">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
		<xs:sequence>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
			<xs:element ref="xi:include" minOccurs="0" maxOccurs="unbounded"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
		</xs:sequence>	
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
	</xs:complexType>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
		
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    19
	<xs:complexType name="outputType">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    20
		<xs:sequence>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    21
			<xs:element name="template" type="templ:templateType" minOccurs="0" maxOccurs="unbounded"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    22
		</xs:sequence>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    23
		<xs:attribute name="file" type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    24
		<xs:attribute name="dir" type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    25
		<xs:attribute name="encoding" type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    26
        <xs:attribute name="bom" type="xs:string" optional="true"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    27
	</xs:complexType>
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="filterType" mixed="true">
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 ref="xi:include" 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="name" type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    34
	</xs:complexType>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    35
	
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    36
	<xs:complexType name="templatemlRootType">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    37
        <xs:sequence>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    38
			<xs:element name="desc" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    39
			<xs:element name="output" type="templ:outputType" minOccurs="0" maxOccurs="unbounded"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    40
			<xs:element name="filter" type="templ:filterType" minOccurs="0" maxOccurs="unbounded"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    41
        </xs:sequence>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    42
    </xs:complexType>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    43
	
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    44
	<xs:element name="templateml" type="templ:templatemlRootType"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    45
		
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    46
</xs:schema>