Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
9e9709d3ad55644a288438cc87da1962127052be
/
.
/
plugin
/
src
/
test
/
resources
/
EnumTranslator.yang
blob: 1957c1f992be92a8c63c028aaddaf70bfc14b782 [
file
] [
log
] [
blame
]
module
Sfc
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
leaf test
{
type
string
;
}
leaf myenum
{
type enumeration
{
enum
zero
;
enum
one
;
enum
seven
{
value
7
;
}
}
}
}