Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
993af1e22176a0a3a5517f43fa9e06c7456ff9ea
/
.
/
tests
/
conformance
/
sec9_8
/
mod1.yang
blob: e18c20d9110286eabad868355132cffc50fd0680 [
file
] [
log
] [
blame
]
module
mod1
{
prefix abc
;
namespace
"urn:cesnet:mod1"
;
typedef
my
{
type binary
{
pattern
'[a-z]+'
;
length
"1..255"
;
}
}
}