1 module general-syntax-test-various {
3 namespace "test:general-syntax-test-various";
7 "Copyright (C) 2024 Ericsson
8 Modifications Copyright (C) 2024 OpenInfra Foundation Europe";
10 revision "2020-07-22" {
11 description "Initial revision";
14 // - - - - enums - - - - -
27 enum "thr ee"; // Whitespace
31 enum "fi/ve"; // Weird characters
34 value; // Omitted value
38 value "Hello!"; // not numeric
44 // - - - - status - - - - -
74 // - - - - - container - - - - -
116 notification notification1 {
122 leaf-list leaflist1 {
134 // - - - - - choice and case - - - - -
158 leaf-list leaflist1 {
174 leaf-list leaflist3 {
185 // - - - - - list - - - - -
236 notification notification1 {
242 leaf-list leaflist1 {
254 // - - - - - leaf-list - - - - -
258 leaf-list leaflist51 {
263 leaf-list leaflist52 {
268 leaf-list leaflist53 {
270 ordered-by something-else;
273 leaf-list leaflist54 {