server/resources/properties.schema.active in cpee-1.3.106 vs server/resources/properties.schema.active in cpee-1.3.107

- old
+ new

@@ -13,24 +13,52 @@ CPEE (file COPYING in the main directory). If not, see <http://www.gnu.org/licenses/>. --> <properties xmlns="http://riddl.org/ns/common-patterns/properties/1.0"> - <name type="simple" modifiable="false" mutable="false"> + <info type="simple" modifiable="false" mutable="false"> <text/> - </name> + </info> <handlerwrapper type="simple" modifiable="false" mutable="false"> <data type="string"> <param name="pattern">[A-Z][a-zA-Z]*</param> </data> </handlerwrapper> <dsl type="simple" modifiable="false" mutable="false"> <text/> </dsl> + <dslx type="arbitrary" modifiable="false" mutable="false"/> <description type="arbitrary" modifiable="false" mutable="false"/> - <optional> - <transformation type="arbitrary" modifiable="false" mutable="false"/> - </optional> + <transformation type="complex" modifiable="false" mutable="false"> + <element name='description'> + <attribute name='type'> + <choice> + <value>copy</value> + <value>xslt</value> + <value>rest</value> + </choice> + </attribute> + <data type="anyURI"/> + </element> + <element name='dataelements'> + <attribute name='type'> + <choice> + <value>xslt</value> + <value>rest</value> + </choice> + </attribute> + <data type="anyURI"/> + </element> + <element name='endpoints'> + <attribute name='type'> + <choice> + <value>xslt</value> + <value>rest</value> + </choice> + </attribute> + <data type="anyURI"/> + </element> + </transformation> <state type="state" modifiable="true"> <ready> <running putable="true"/> <simulating putable="true"/> </ready>