Titan Core Initial Contribution
[deliverable/titan.core.git] / regression_test / XML / XER / Sets.asn
1 --/////////////////////////////////////////////////////////////////////////////
2 -- Copyright (c) 2000-2014 Ericsson Telecom AB
3 -- All rights reserved. This program and the accompanying materials
4 -- are made available under the terms of the Eclipse Public License v1.0
5 -- which accompanies this distribution, and is available at
6 -- http://www.eclipse.org/legal/epl-v10.html
7 --/////////////////////////////////////////////////////////////////////////////
8 Sets DEFINITIONS
9 AUTOMATIC TAGS ::=
10
11 BEGIN
12 -- EXPORTS <exports clause>;
13 IMPORTS ; -- nothing
14
15 Sobs ::= [8] SET OF BIT STRING
16
17 Sobo ::= [10] SET OF BOOLEAN
18
19 Soc ::= [12] SET OF CHOICE { is REAL }
20
21 NamedChoice ::= CHOICE { is REAL }
22 Sonc ::= [15] SET OF NamedChoice
23
24 -- selection type (~~ a named REAL, or "is from NamedChoice")
25 Sel ::= is < NamedChoice
26 Sosel ::= [19] SET OF Sel
27
28 Sopdv ::= [21] SET OF EMBEDDED PDV
29
30 Soen ::= [23] SET OF ENUMERATED { truee, falsee, fileNotFound }
31
32 Soex ::= [25] SET OF EXTERNAL
33
34 -- Soin ::= SET OF INSTANCE OF
35
36 Soi ::= [29] SET OF INTEGER
37
38 Son ::= [31] SET OF NULL
39
40 -- Socsf ::= SET OF object class field
41
42 Soid ::= [35] SET OF OBJECT IDENTIFIER
43
44 Soos ::= [37] SET OF OCTET STRING
45
46 Sor ::= [39] SET OF REAL
47
48 Soroid ::= [41] SET OF RELATIVE-OID
49
50 -- Restricted character string types
51
52 So-bmp ::= [45] SET OF BMPString
53 So-gen ::= [46] SET OF GeneralString
54 So-gra ::= [47] SET OF GraphicString
55 So-ia5 ::= [48] SET OF IA5String
56 So-num ::= [49] SET OF NumericString
57 So-prn ::= [50] SET OF PrintableString
58
59 So-ttx ::= [52] SET OF TeletexString
60 -- same as above: So-t61 ::= SET OF T61String
61
62 So-uni ::= [55] SET OF UniversalString
63 So-utf ::= [56] SET OF UTF8String
64 So-vtx ::= [57] SET OF VideotexString
65
66 So-vis ::= [59] SET OF VisibleString
67 -- same as above: So-646 ::= SET OF ISO646String
68
69 -- Unrestricted character string types
70 So-unr ::= [63] SET OF CHARACTER STRING
71
72
73 END
This page took 0.032752 seconds and 6 git commands to generate.