diff options
Diffstat (limited to 'lib/asn1/test/asn1_SUITE_data/XSetOf.py')
-rw-r--r-- | lib/asn1/test/asn1_SUITE_data/XSetOf.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/asn1/test/asn1_SUITE_data/XSetOf.py b/lib/asn1/test/asn1_SUITE_data/XSetOf.py new file mode 100644 index 0000000000..93337d0c33 --- /dev/null +++ b/lib/asn1/test/asn1_SUITE_data/XSetOf.py @@ -0,0 +1,12 @@ +XSetOf DEFINITIONS ::=
+BEGIN
+
+-- F.2.11.4
+--Use a set-of type to model a collection of variables whose types are
+-- the same and whose order is insignificant.
+-- EXAMPLE
+
+ Keywords ::= SET OF VisibleString -- in arbitrary order
+ someASN1Keywords Keywords ::= {"INTEGER", "BOOLEAN", "REAL"}
+
+END
|