aboutsummaryrefslogtreecommitdiffstats
path: root/tests/97-type-identifier-SW.asn1.-EF
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2006-03-14 16:29:56 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2006-03-14 16:29:56 +0000
commit1d2b607739b269582f5af022a0324556d38b4766 (patch)
tree04d1c45af127d4234b79bff39a54cc583bd1112a /tests/97-type-identifier-SW.asn1.-EF
parent51aed8812c1cf2d0a6399ae709ea616384ffeb11 (diff)
no comment
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1071 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'tests/97-type-identifier-SW.asn1.-EF')
-rw-r--r--tests/97-type-identifier-SW.asn1.-EF29
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/97-type-identifier-SW.asn1.-EF b/tests/97-type-identifier-SW.asn1.-EF
new file mode 100644
index 00000000..71743b7a
--- /dev/null
+++ b/tests/97-type-identifier-SW.asn1.-EF
@@ -0,0 +1,29 @@
+ModuleTypeIdentifier1 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
+ spelio(9363) software(1) asn1c(5) test(1) 97 1 }
+DEFINITIONS ::=
+BEGIN
+
+T1 ::= SEQUENCE {
+ id TYPE-IDENTIFIER.&id2,
+ type TYPE-IDENTIFIER.&Type
+}
+
+TYPE-IDENTIFIER ::= CLASS {
+ &id2 OBJECT IDENTIFIER UNIQUE,
+ &Type ANY
+} WITH SYNTAX { [ &Type ] IDENTIFIED BY &id2 }
+
+
+END
+
+ModuleTypeIdentifier2 { iso org(3) dod(6) internet(1) private(4) enterprise(1)
+ spelio(9363) software(1) asn1c(5) test(1) 97 2 }
+DEFINITIONS ::=
+BEGIN
+
+T2 ::= SEQUENCE {
+ id TYPE-IDENTIFIER.&id,
+ type TYPE-IDENTIFIER.&Type
+}
+
+END