Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / ASN1 / transformations / Test9B.asn
1 --/////////////////////////////////////////////////////////////////////////////
2 -- Copyright (c) 2000-2016 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 -- Contributors:
9 -- Balasko, Jeno
10 -- Koppany, Csaba
11 -- Kulcsar, Endre
12 -- Raduly, Csaba
13 -- Szabados, Kristof
14 --
15 --/////////////////////////////////////////////////////////////////////////////
16 Test9B -- B
17 DEFINITIONS
18
19 AUTOMATIC TAGS
20
21
22 ::=
23
24 BEGIN
25
26 IMPORTS ; -- nothing
27
28 MySequenceType1 ::= SEQUENCE
29 {
30 field1 INTEGER,
31 field2 BOOLEAN
32 }
33
34 MySequenceType2 ::= SEQUENCE
35 {
36 COMPONENTS OF MySequenceType1,
37 field3 BIT STRING,
38 field4 OCTET STRING
39 }
40
41
42
43
44 MySetType1 ::= SET
45 {
46 field1 INTEGER,
47 field2 BOOLEAN
48 }
49
50
51 MySetType2 ::= SET
52 {
53 COMPONENTS OF MySetType1,
54 field3 BIT STRING,
55 field4 OCTET STRING
56 }
57 END
This page took 0.032748 seconds and 5 git commands to generate.