server/resources/properties.schema.inactive in cpee-1.3.173 vs server/resources/properties.schema.inactive in cpee-1.3.174

- old
+ new

@@ -13,17 +13,14 @@ 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"> - <info type="simple" modifiable="false" mutable="false"> - <text/> - </info> - <properties type="complex" modifiable="true"> + <attributes type="complex" modifiable="true"> <zeroOrMore> <element><anyName/><text/></element> </zeroOrMore> - </properties> + </attributes> <handlerwrapper type="simple" modifiable="true"> <data type="string"> <param name="pattern">[A-Z][a-zA-Z]*</param> </data> </handlerwrapper>