3 <!-- global properties are removed -->
4 <!--<properties id="1" prop_key="key1" text_value="oldvalue" resource_id="[null]" user_id="[null]"/>-->
6 <!-- project properties are not removed -->
7 <properties id="2" prop_key="old1" text_value="value1" resource_id="3" user_id="[null]"/>
8 <properties id="3" prop_key="old2" text_value="value2" resource_id="3" user_id="[null]"/>
10 <!-- user properties are not removed -->
11 <properties id="4" prop_key="user_prop" text_value="[null]" resource_id="[null]" user_id="3"/>
12 <properties id="5" prop_key="favorite" text_value="[null]" resource_id="8" user_id="3"/>
14 <properties id="6" prop_key="key1" text_value="value1" resource_id="[null]" user_id="[null]"/>
15 <properties id="7" prop_key="key2" text_value="value2" resource_id="[null]" user_id="[null]"/>
16 <properties id="8" prop_key="key3" text_value="value3" resource_id="[null]" user_id="[null]"/>