Introducing the Modification classses
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / integrationtest / consumer-service / src / main / resources / InvalidCompositeChild.xml
1 <rpc>
2     <innerinterface1>
3         <name>eth1</name>
4         <type>ethernet</type>
5         <enabled>false</enabled>
6         <description>some interface</description>
7     </innerinterface1>
8     <innerinterface2>
9         <name>error</name>
10         <type>ethernet</type>
11         <enabled>true</enabled>
12         <description>some interface</description>
13     </innerinterface2>
14 </rpc>