configurationengine/doc/xsd/contentml.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/content/1" 
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
	xmlns:content="http://www.s60.com/xml/content/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="tagType">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
		<xs:attribute name="name" type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
		<xs:attribute name="value" 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
	<xs:complexType name="includeType">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
		<xs:attribute name="files" type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
		<xs:attribute name="dir" type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
		<xs:attribute name="pattern" type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
	</xs:complexType>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
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="outputType">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    21
		<xs:attribute name="dir" type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    22
		<xs:attribute name="flatten" type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    23
	</xs:complexType>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    24
	
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    25
	<xs:complexType name="excludeType">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    26
		<xs:attribute name="files" type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    27
		<xs:attribute name="dir" type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    28
		<xs:attribute name="pattern" type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    29
	</xs:complexType>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    30
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="inputType">
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="include" type="content:includeType"
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    36
				minOccurs="0" maxOccurs="unbounded" />
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    37
			<xs:element name="exclude" type="content:excludeType"
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    38
				minOccurs="0" maxOccurs="unbounded" />
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    39
		</xs:sequence>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    40
		<xs:attribute name="file" type="xs:string"></xs:attribute>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    41
	</xs:complexType>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    42
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    43
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    44
	<xs:complexType name="contentRootType">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    45
        <xs:sequence>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    46
			<xs:element name="desc" type="xs:string" minOccurs="0" maxOccurs="unbounded"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    47
			<xs:element name="tag" type="content:tagType" minOccurs="0" maxOccurs="unbounded"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    48
			<xs:element name="output" type="content:outputType" minOccurs="0" maxOccurs="unbounded"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    49
			<xs:element name="input" type="content:inputType" minOccurs="0" maxOccurs="unbounded"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    50
        </xs:sequence>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    51
    </xs:complexType>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    52
	
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    53
	<xs:element name="content" type="content:contentRootType"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    54
		
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    55
</xs:schema>