configurationengine/doc/xsd/ruleml2.xsd
author terytkon
Thu, 11 Mar 2010 18:20:56 +0200
changeset 1 b538b70cbe51
parent 0 2e8eeb919028
permissions -rw-r--r--
Move rest of the swconfigmdw package components to oss repository. -Changed sfl licences to epl.

<?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>