blob: 67d9cb63127f4f6ae6dc2c1d3e4d9d4788978303 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
ExtensionDefault DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
Message ::= SEQUENCE {
id INTEGER (0..5),
...,
priority Priority DEFAULT low
}
Priority ::= ENUMERATED { low(0), high(1), ... }
END
|