~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to lib/asn1/test/asn1_SUITE_data/x420/Link-Descriptors.asn

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2010-03-09 17:34:57 UTC
  • mfrom: (10.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100309173457-4yd6hlcb2osfhx31
Tags: 1:13.b.4-dfsg-3
Manpages in section 1 are needed even if only arch-dependent packages are
built. So, re-enabled them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
-- Module Link-Descriptors (T.424:07/1996)
 
2
 
 
3
Link-Descriptors {2 8 1 14 3} DEFINITIONS ::=
 
4
BEGIN
 
5
 
 
6
EXPORTS
 
7
  Link-Class-Descriptor, Link-Descriptor, Link-or-Link-Class-Identifier,
 
8
    Enciphered-Link-Descriptor;
 
9
 
 
10
IMPORTS
 
11
  Reference-Name
 
12
    FROM External-References {2 8 1 12 1}
 
13
  --  see ITU-T Rec. T.422 | ISO/IEC 8613-12
 
14
  Location-Expression
 
15
    FROM Location-Expressions {2 8 1 12 0}
 
16
  --  see ITU-T Rec. T.422 | ISO/IEC  8613-12
 
17
  Style-Identifier, Protected-Part-Identifier
 
18
    FROM Identifiers-and-Expressions {2 8 1 5 7}
 
19
  --  see ITU-T Rec. T.415 | ISO/IEC 8613-5
 
20
  Comment-String, Sealed
 
21
    FROM Layout-Descriptors {2 8 1 5 8}
 
22
  --  see ITU-T Rec. T.415 | ISO/IEC 8613-5
 
23
  Temporal-Relations, Presentation-Time
 
24
    FROM Temporal-Relationships;
 
25
 
 
26
--  see 7.5
 
27
Link-or-Link-Class-Identifier ::= [APPLICATION 9] IMPLICIT PrintableString
 
28
 
 
29
--      only digits and space are used in the present version of this Recommendation | International Standard;
 
30
--      other characters are reserved for extensions
 
31
Link-Class-Descriptor ::= SET {
 
32
  link-class-identifier   Link-or-Link-Class-Identifier,
 
33
  link-roles              [1]  SEQUENCE OF Link-Role OPTIONAL,
 
34
  user-readable-comments  [2] IMPLICIT Comment-String OPTIONAL,
 
35
  user-visible-name       [3] IMPLICIT Comment-String OPTIONAL,
 
36
  application-comments    [25] IMPLICIT OCTET STRING OPTIONAL,
 
37
  sealed                  [35] IMPLICIT Sealed OPTIONAL,
 
38
  temporal-relations      [38] IMPLICIT Temporal-Relations OPTIONAL,
 
39
  presentation-time       [39] IMPLICIT Presentation-Time OPTIONAL
 
40
}
 
41
 
 
42
Link-Descriptor ::= SET {
 
43
  link-identifier         Link-or-Link-Class-Identifier,
 
44
  link-class              [0] IMPLICIT Link-or-Link-Class-Identifier OPTIONAL,
 
45
  link-roles              [1]  SEQUENCE OF Link-Role OPTIONAL,
 
46
  user-readable-comments  [2] IMPLICIT Comment-String OPTIONAL,
 
47
  user-visible-name       [3] IMPLICIT Comment-String OPTIONAL,
 
48
  application-comments    [25] IMPLICIT OCTET STRING OPTIONAL,
 
49
  sealed                  [35] IMPLICIT Sealed OPTIONAL,
 
50
  temporal-relations      [38] IMPLICIT Temporal-Relations OPTIONAL,
 
51
  presentation-time       [39] IMPLICIT Presentation-Time OPTIONAL
 
52
}
 
53
 
 
54
Link-Role ::= SET {
 
55
  link-ends               SET OF Link-End,
 
56
  user-readable-comments  [2] IMPLICIT Comment-String OPTIONAL,
 
57
  user-visible-name       [3] IMPLICIT Comment-String OPTIONAL,
 
58
  application-comments    [25] IMPLICIT OCTET STRING OPTIONAL
 
59
}
 
60
 
 
61
Link-End ::= SET {
 
62
  reference
 
63
    SET {reference-name       [0]  Reference-Name OPTIONAL,
 
64
         reference-qualifier  [1]  Location-Expression OPTIONAL},
 
65
  user-readable-comments  [2] IMPLICIT Comment-String OPTIONAL,
 
66
  user-visible-name       [3] IMPLICIT Comment-String OPTIONAL,
 
67
  presentation-style      [17] IMPLICIT Style-Identifier OPTIONAL,
 
68
  layout-style            [19] IMPLICIT Style-Identifier OPTIONAL,
 
69
  application-comments    [25] IMPLICIT OCTET STRING OPTIONAL
 
70
}
 
71
 
 
72
Enciphered-Link-Descriptor ::= SEQUENCE {
 
73
  protected-part-identifier  Protected-Part-Identifier,
 
74
  enciphered-information     OCTET STRING
 
75
}
 
76
 
 
77
END
 
78
 
 
79
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
 
80