Khen Nursimulu | aaac7ee | 2016-12-11 22:03:52 -0500 | [diff] [blame] | 1 | |
2 | module ietf-meta { | ||||
3 | |||||
4 | |||||
5 | namespace "urn:opencord:params:xml:ns:voltha:ietf-meta"; | ||||
6 | prefix meta; | ||||
7 | |||||
8 | |||||
9 | organization "CORD"; | ||||
10 | contact | ||||
11 | " Any name"; | ||||
12 | |||||
13 | description | ||||
14 | ""; | ||||
15 | |||||
16 | revision "2016-11-15" { | ||||
17 | description "Initial revision."; | ||||
18 | reference "reference"; | ||||
19 | } | ||||
20 | |||||
21 | typedef Access { | ||||
22 | type enumeration { | ||||
23 | enum CONFIG { | ||||
24 | description ""; | ||||
25 | } | ||||
26 | enum READ_ONLY { | ||||
27 | description ""; | ||||
28 | } | ||||
29 | } | ||||
30 | description | ||||
31 | ""; | ||||
32 | } | ||||
33 | |||||
34 | container ChildNode { | ||||
35 | description | ||||
36 | ""; | ||||
37 | leaf key { | ||||
38 | type string; | ||||
39 | description | ||||
40 | ""; | ||||
41 | } | ||||
42 | |||||
43 | } | ||||
44 | |||||
45 | } |