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

« back to all changes in this revision

Viewing changes to lib/asn1/test/asn1_SUITE_data/x420/External-References.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 External-References (T.422:08/1995)
 
2
 
 
3
External-References {2 8 1 12 1} DEFINITIONS IMPLICIT TAGS ::=
 
4
BEGIN
 
5
 
 
6
EXPORTS External-References-List, Reference-Name;
 
7
 
 
8
IMPORTS
 
9
  Location-Expression
 
10
    FROM Location-Expressions {2 8 1 12 0}
 
11
  --  see 7.4
 
12
  DOR
 
13
    FROM DOR-definition {2 4 0}
 
14
  --  see ISO/IEC 10031-2
 
15
  DistinguishedName
 
16
    FROM InformationFramework {joint-iso-itu-t ds(5) module(1)
 
17
      informationFramework(1) 3};
 
18
 
 
19
--  see ITU-T Rec. X.501 � ISO/IEC 9594-2
 
20
External-References-List ::=
 
21
  SET OF
 
22
    SET {reference-name   [1]  Reference-Name,
 
23
         external-entity  [2]  External-Entity,
 
24
         location-rule    [3]  Location-Expression OPTIONAL}
 
25
 
 
26
Reference-Name ::= PrintableString
 
27
 
 
28
External-Entity ::= CHOICE {
 
29
  external-info    [0]  External-Information-Name,
 
30
  object-id        [1]  OBJECT IDENTIFIER,
 
31
  dor              [2]  DOR,
 
32
  distinguished    [3]  DistinguishedName,
 
33
  associated-info  [4]  Associated-Information-Name
 
34
}
 
35
 
 
36
External-Information-Name ::= SEQUENCE {
 
37
  string     [0]  PrintableString,
 
38
  object-id  [1]  OBJECT IDENTIFIER OPTIONAL
 
39
}
 
40
 
 
41
Associated-Information-Name ::= SEQUENCE {
 
42
  string     [0]  PrintableString,
 
43
  object-id  [1]  OBJECT IDENTIFIER OPTIONAL
 
44
}
 
45
 
 
46
END
 
47
 
 
48
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
 
49