Do not pretty-print body class
[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             <anyX xmlns="urn:opendaylight:params:xml:ns:yang:controller:test">direct Value</anyX>
16             <uint16-ref>16</uint16-ref>
17             <instance-id xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:test">/prefix:container/prefix:list[prefix:uint32InList="1"]</instance-id>
18         </containerInList>
19         <stringAugmentedToList>augmentInList</stringAugmentedToList>
20         <stringAugmentedToListInCase1>augmentInListCase1</stringAugmentedToListInCase1>
21     </list>
22     <list>
23         <uint32InList>2</uint32InList>
24         <containerInList>
25             <uint32>32</uint32>
26             <uint16>16</uint16>
27             <identityr>b</identityr>
28             <anyX>
29                 <container xmlns="randomNamespace" xmlns:pref="prefixed:namespace">
30                     <pref:boolean>true</pref:boolean>
31                     <innerContainer xmlns:p="prefixed:namespace">
32                         <uint16 xmlns:pref2="prefixed:namespace">pref2:44</uint16>
33                     </innerContainer>
34                 </container>
35                 <container2 xmlns="randomNamespace2"/>
36             </anyX>
37         </containerInList>
38         <!--<stringAugmentedToListInCase1>augmentInListCase1</stringAugmentedToListInCase1>-->
39         <stringAugmentedToListInCase2>augmentInListCase2</stringAugmentedToListInCase2>
40     </list>
41     <list>
42         <uint32InList>4</uint32InList>
43         <containerInList>
44             <anyX>
45                 <netconf-state xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">
46                     <schemas>
47                         <schema>
48                             <identifier>module</identifier>
49                             <version>2012-12-12</version>
50                             <format xmlns:x="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">x:yang</format>
51                         </schema>
52                     </schemas>
53                 </netconf-state>
54             </anyX>
55         </containerInList>
56     </list>
57     <list>
58         <uint32InList>3</uint32InList>
59     </list>
60
61     <augmentString1>choice1Case1</augmentString1>
62     <!--<augmentString2>choice1Case1</augmentString2>-->
63     <augmentInt1>41</augmentInt1>
64     <!--<stringInAugmentedCaseInAugmentedChoice>deep</stringInAugmentedCaseInAugmentedChoice>-->
65     <stringInAugmentedCaseInAugmentedChoiceFromAugment>deep</stringInAugmentedCaseInAugmentedChoiceFromAugment>
66
67     <augmentContainer>
68         <augmentStringInaugmentContainer>choice2Case1</augmentStringInaugmentContainer>
69     </augmentContainer>
70
71     <augmentUint32>999</augmentUint32>
72
73
74
75 </container>