server/resources/properties.schema.inactive in cpee-1.3.166 vs server/resources/properties.schema.inactive in cpee-1.3.167
- old
+ new
@@ -36,29 +36,35 @@
<transformation type="complex" modifiable="true">
<element name='description'>
<attribute name='type'>
<choice>
<value>copy</value>
- <value>xslt</value>
<value>rest</value>
+ <value>xslt</value>
+ <value>clean</value>
+ <value>none</value>
</choice>
</attribute>
<data type="anyURI"/>
</element>
<element name='dataelements'>
<attribute name='type'>
<choice>
- <value>xslt</value>
<value>rest</value>
+ <value>xslt</value>
+ <value>clean</value>
+ <value>none</value>
</choice>
</attribute>
<data type="anyURI"/>
</element>
<element name='endpoints'>
<attribute name='type'>
<choice>
- <value>xslt</value>
<value>rest</value>
+ <value>xslt</value>
+ <value>clean</value>
+ <value>none</value>
</choice>
</attribute>
<data type="anyURI"/>
</element>
</transformation>