blob: 8ff874ba19eda05731f84cae1db8fac59826ce13 [file] [log] [blame]
sonugupta-huawei51c41fa2017-09-21 15:58:10 +05301module dataTypes {
2
3 yang-version 1;
4
5 namespace "ydt.dataTypes";
6
7 prefix "datatypes";
8
9 organization "ON-LAB";
10
11 description "This module defines all data types.";
12
13 revision "2016-05-24" {
14 description "Initial revision.";
15 }
16
17 container datatype{
18 leaf integer {
19 type int8;
20 }
21 }
22}