Clean YangStatementParserListenerImpl up
[yangtools.git] / yang / yang-data-operations / src / test / resources / xmls / containerTest_choiceActualModificationSameCase / current.xml
1 <container xmlns="urn:opendaylight:params:xml:ns:yang:controller:test">
2     <identityRef>test-identity</identityRef>
3     <augumentString1>augumentString1</augumentString1>
4     <augumentContainer>
5         <augumentStringInAugumentContainer>
6             case1
7         </augumentStringInAugumentContainer>
8     </augumentContainer>
9 </container>