Sync with 5.2.0
[deliverable/titan.core.git] / regression_test / XML / XER / Sets.asn
CommitLineData
970ed795
EL
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--/////////////////////////////////////////////////////////////////////////////
8Sets DEFINITIONS
9 AUTOMATIC TAGS ::=
10
11BEGIN
12-- EXPORTS <exports clause>;
13IMPORTS ; -- nothing
14
15Sobs ::= [8] SET OF BIT STRING
16
17Sobo ::= [10] SET OF BOOLEAN
18
19Soc ::= [12] SET OF CHOICE { is REAL }
20
21NamedChoice ::= CHOICE { is REAL }
22Sonc ::= [15] SET OF NamedChoice
23
24-- selection type (~~ a named REAL, or "is from NamedChoice")
25Sel ::= is < NamedChoice
26Sosel ::= [19] SET OF Sel
27
28Sopdv ::= [21] SET OF EMBEDDED PDV
29
30Soen ::= [23] SET OF ENUMERATED { truee, falsee, fileNotFound }
31
32Soex ::= [25] SET OF EXTERNAL
33
34-- Soin ::= SET OF INSTANCE OF
35
36Soi ::= [29] SET OF INTEGER
37
38Son ::= [31] SET OF NULL
39
40-- Socsf ::= SET OF object class field
41
42Soid ::= [35] SET OF OBJECT IDENTIFIER
43
44Soos ::= [37] SET OF OCTET STRING
45
46Sor ::= [39] SET OF REAL
47
48Soroid ::= [41] SET OF RELATIVE-OID
49
50-- Restricted character string types
51
52So-bmp ::= [45] SET OF BMPString
53So-gen ::= [46] SET OF GeneralString
54So-gra ::= [47] SET OF GraphicString
55So-ia5 ::= [48] SET OF IA5String
56So-num ::= [49] SET OF NumericString
57So-prn ::= [50] SET OF PrintableString
58
59So-ttx ::= [52] SET OF TeletexString
60-- same as above: So-t61 ::= SET OF T61String
61
62So-uni ::= [55] SET OF UniversalString
63So-utf ::= [56] SET OF UTF8String
64So-vtx ::= [57] SET OF VideotexString
65
66So-vis ::= [59] SET OF VisibleString
67-- same as above: So-646 ::= SET OF ISO646String
68
69-- Unrestricted character string types
70So-unr ::= [63] SET OF CHARACTER STRING
71
72
73END
This page took 0.053245 seconds and 5 git commands to generate.