summaryrefslogtreecommitdiff
path: root/asn1include/Interchange-Data-Elements.asn
diff options
context:
space:
mode:
authorDimitri Sokolyuk <quax@moccu.com>2015-10-29 22:22:17 +0100
committerDimitri Sokolyuk <quax@moccu.com>2015-10-29 22:22:17 +0100
commitdd10ccee1e3721329cb04b67ebf94e745d37481c (patch)
tree1f5393cc6745a8602c9bacff1f9b0b0be1c354b7 /asn1include/Interchange-Data-Elements.asn
parent9654cf5d6fe794d8abc4164d2460e08775e7b2e1 (diff)
Fix naming, remove include
Diffstat (limited to 'asn1include/Interchange-Data-Elements.asn')
-rw-r--r--asn1include/Interchange-Data-Elements.asn56
1 files changed, 0 insertions, 56 deletions
diff --git a/asn1include/Interchange-Data-Elements.asn b/asn1include/Interchange-Data-Elements.asn
deleted file mode 100644
index 5375252..0000000
--- a/asn1include/Interchange-Data-Elements.asn
+++ /dev/null
@@ -1,56 +0,0 @@
--- Module Interchange-Data-Elements (T.415:03/1993)
-Interchange-Data-Elements {2 8 1 5 5} DEFINITIONS ::=
-BEGIN
-
-EXPORTS Interchange-Data-Element;
-
-IMPORTS
- Document-Profile-Descriptor
- FROM Document-Profile-Descriptor -- see 7.7
-
- Layout-Class-Descriptor, Layout-Object-Descriptor
- FROM Layout-Descriptors -- see 7.9
-
- Logical-Class-Descriptor, Logical-Object-Descriptor
- FROM Logical-Descriptors -- see 7.10
-
- Presentation-Style-Descriptor, Layout-Style-Descriptor
- FROM Style-Descriptors -- see 7.11
-
- Text-Unit
- FROM Text-Units -- see 7.13
-
- Sealed-Doc-Prof-Descriptor, Enciphered-Doc-Prof-Descriptor,
- Preenciphered-Bodypart-Descriptor, Postenciphered-Bodypart-Descriptor
- FROM Protected-Part-Descriptors -- see 7.15
-
- Link-Class-Descriptor, Link-Descriptor, Enciphered-Link-Descriptor
- FROM Link-Descriptors {2 8 1 14 3};
-
--- See ITU-T Rec. T.424 | ISO/IEC 8613-14
-Interchange-Data-Element ::= CHOICE {
- document-profile [0] IMPLICIT Document-Profile-Descriptor,
- layout-object-class [1] IMPLICIT Layout-Class-Descriptor,
- layout-object [2] IMPLICIT Layout-Object-Descriptor,
- content-portion [3] IMPLICIT Text-Unit,
- logical-object-class [5] IMPLICIT Logical-Class-Descriptor,
- logical-object [6] IMPLICIT Logical-Object-Descriptor,
- presentation-style
- [7] IMPLICIT Presentation-Style-Descriptor,
- layout-style [8] IMPLICIT Layout-Style-Descriptor,
- sealed-doc-prof-descriptor [9] IMPLICIT Sealed-Doc-Prof-Descriptor,
- enciphered-doc-prof-descriptor
- [10] IMPLICIT Enciphered-Doc-Prof-Descriptor,
- preenciphered-bodypart-descriptor
- [11] IMPLICIT Preenciphered-Bodypart-Descriptor,
- postenciphered-bodypart-descriptor
- [12] IMPLICIT Postenciphered-Bodypart-Descriptor,
- link-class [13] IMPLICIT Link-Class-Descriptor,
- link [14] IMPLICIT Link-Descriptor,
- enciphered-link-descriptor [15] IMPLICIT Enciphered-Link-Descriptor
-}
-
-END
-
--- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
-