aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/asn1_bin_v2_SUITE_data/XSetOf.py
blob: 93337d0c330923f88002f42e2e7bdbb29ef7dc0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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