Add test for union with identity XML codec issue
[yangtools.git] / yang / yang-data-codec-xml / src / test / resources / yt1108 / xml / foo-leaf-of-union-with-identity-ref-type.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <leaf-container xmlns="foo-namespace">
4     <union-identityref-leaf xmlns:prefix="foo-namespace">ident-one</union-identityref-leaf>
5 </leaf-container>