1 <yang-patch xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-patch">
2 <patch-id>example-patch</patch-id>
3 <comment>Example patch</comment>
5 <edit-id>edit1</edit-id>
6 <operation>create</operation>
7 <target>/car-entry</target>
9 <car-entry xmlns="urn:opendaylight:params:xml:ns:yang:controller:config:sal-clustering-it:car">
15 <edit-id>edit2</edit-id>
16 <operation>delete</operation>
17 <target>/car-entry/0</target>