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

« back to all changes in this revision

Viewing changes to lib/asn1/test/asn1_SUITE_data/UpperBounds.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 UpperBounds (X.520:08/1997)
 
2
 
 
3
UpperBounds {joint-iso-itu-t ds(5) module(1) upperBounds(10) 3} DEFINITIONS ::=
 
4
BEGIN
 
5
 
 
6
-- EXPORTS All 
 
7
-- The types and values defined in this module are exported for use in the other ASN.1 modules contained 
 
8
-- within the Directory Specifications, and for the use of other applications which will use them to access 
 
9
-- Directory services. Other applications may use them for their own purposes, but this will not constrain
 
10
-- extensions and modifications needed to maintain or improve the Directory service.
 
11
ub-answerback INTEGER ::=
 
12
  8
 
13
 
 
14
ub-business-category INTEGER ::= 128
 
15
 
 
16
ub-common-name INTEGER ::= 64
 
17
 
 
18
ub-country-code INTEGER ::= 4
 
19
 
 
20
ub-description INTEGER ::= 1024
 
21
 
 
22
ub-destination-indicator INTEGER ::= 128
 
23
 
 
24
ub-directory-string-first-component-match INTEGER ::= 32768
 
25
 
 
26
ub-international-isdn-number INTEGER ::= 16
 
27
 
 
28
ub-knowledge-information INTEGER ::= 32768
 
29
 
 
30
ub-locality-name INTEGER ::= 128
 
31
 
 
32
ub-match INTEGER ::= 128
 
33
 
 
34
ub-name INTEGER ::= 64
 
35
 
 
36
ub-organization-name INTEGER ::= 64
 
37
 
 
38
ub-organizational-unit-name INTEGER ::= 64
 
39
 
 
40
ub-physical-office-name INTEGER ::= 128
 
41
 
 
42
ub-post-office-box INTEGER ::= 40
 
43
 
 
44
ub-postal-code INTEGER ::= 40
 
45
 
 
46
ub-postal-line INTEGER ::= 6
 
47
 
 
48
ub-postal-string INTEGER ::= 30
 
49
 
 
50
ub-privacy-mark-length INTEGER ::= 128
 
51
 
 
52
ub-schema INTEGER ::= 1024
 
53
 
 
54
ub-search INTEGER ::= 1023-- This definition is missing; to be provided -- 
 
55
 
 
56
ub-serial-number INTEGER ::= 64
 
57
 
 
58
ub-state-name INTEGER ::= 128
 
59
 
 
60
ub-street-address INTEGER ::= 128
 
61
 
 
62
ub-surname INTEGER ::= 64
 
63
 
 
64
ub-tag INTEGER ::= 64
 
65
 
 
66
ub-telephone-number INTEGER ::= 32
 
67
 
 
68
ub-teletex-terminal-id INTEGER ::= 1024
 
69
 
 
70
ub-telex-number INTEGER ::= 14
 
71
 
 
72
ub-title INTEGER ::= 64
 
73
 
 
74
ub-user-password INTEGER ::= 128
 
75
 
 
76
ub-x121-address INTEGER ::= 15
 
77
 
 
78
ub-localeContextSyntax INTEGER ::= 128
 
79
 
 
80
ub-locale-context-syntax INTEGER ::= 64
 
81
 
 
82
ub-pseudonym INTEGER ::= 128
 
83
 
 
84
ub-content INTEGER ::= 32768
 
85
 
 
86
END -- UpperBounds
 
87
 
 
88
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
 
89