Sync with 5.2.0
[deliverable/titan.core.git] / regression_test / ttcn2json / zero.asn
index 1ab9eecd8fe083787118b5b8af6f8ad5c8ddf7b4..aaa7e04d316b650004c6cbd8b3e4d7ece6873313 100644 (file)
@@ -61,15 +61,20 @@ Big-Choice ::= CHOICE {
   strings ManyStrings
 }
 
+Season ::= ENUMERATED {
+  spring (1), summer (2), fall (3), winter (4)
+}
+
 SelectionType ::= numbers < Big-Choice
 
--- non-encodable types
 NullType ::= NULL
 
 ObjIdType ::= OBJECT IDENTIFIER
 
 RelObjIdType ::= RELATIVE-OID
 
+-- non-encodable types
+
 EmbPdvType ::= EMBEDDED PDV
 
 ExtType ::= EXTERNAL
This page took 0.030764 seconds and 5 git commands to generate.