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.

<?xml version="1.0" encoding="UTF-8"?>
<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">
	<xs:element name="ruleml">
		<xs:attribute name="xmlns" type="xs:string"/>
		<xs:element name="rule">
    </xs:element>
    </xs:element>
    <xs:element name="eval_globals">
        <xs:attribute name="xmlns" type="xs:string"/>
        <xs:attribute name="file" type="xs:string"/>
    </xs:element>
</schema>