XML -> NormalizedNodes parser identity-ref/instance-id/leafref support
[yangtools.git] / yang / yang-data-impl / src / test / resources / org / opendaylight / yangtools / yang / data / impl / schema / simple.xml
1 <container xmlns="urn:opendaylight:params:xml:ns:yang:controller:test">
2     <boolean>true</boolean>
3     <innerContainer>
4         <uint16>44</uint16>
5     </innerContainer>
6     <leafList>a</leafList>
7     <leafList>b</leafList>
8
9     <list>
10         <uint32InList>1</uint32InList>
11         <containerInList name="inContainer">
12             <uint32>32</uint32>
13             <uint16>16</uint16>
14             <identityr xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:test">prefix:b</identityr>
15             <uint16-ref>16</uint16-ref>
16             <instance-id xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:test">/prefix:container/prefix:list[prefix:uint32InList="1"]</instance-id>
17         </containerInList>
18         <stringAugmentedToList>augmentInList</stringAugmentedToList>
19         <stringAugmentedToListInCase1>augmentInListCase1</stringAugmentedToListInCase1>
20     </list>
21     <list>
22         <uint32InList>2</uint32InList>
23         <containerInList>
24             <uint32>32</uint32>
25             <uint16>16</uint16>
26         </containerInList>
27         <!--<stringAugmentedToListInCase1>augmentInListCase1</stringAugmentedToListInCase1>-->
28         <stringAugmentedToListInCase2>augmentInListCase2</stringAugmentedToListInCase2>
29     </list>
30     <list>
31         <uint32InList>3</uint32InList>
32     </list>
33
34     <augmentString1>choice1Case1</augmentString1>
35     <!--<augmentString2>choice1Case1</augmentString2>-->
36     <augmentInt1>41</augmentInt1>
37     <!--<stringInAugmentedCaseInAugmentedChoice>deep</stringInAugmentedCaseInAugmentedChoice>-->
38     <stringInAugmentedCaseInAugmentedChoiceFromAugment>deep</stringInAugmentedCaseInAugmentedChoiceFromAugment>
39
40     <augmentContainer>
41         <augmentStringInaugmentContainer>choice2Case1</augmentStringInaugmentContainer>
42     </augmentContainer>
43
44     <augmentUint32>999</augmentUint32>
45
46
47
48 </container>