configurationengine/doc/xsd/ruleml2.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
<schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.s60.com/xml/ruleml/2" xmlns:xs="http://www.s60.com/xml/ruleml/2" elementFormDefault="qualified">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
	<xs:element name="ruleml">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
		<xs:attribute name="xmlns" type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
		<xs:element name="rule">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
    </xs:element>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
    </xs:element>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
    <xs:element name="eval_globals">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
        <xs:attribute name="xmlns" type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
        <xs:attribute name="file" type="xs:string"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
    </xs:element>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
</schema>