~ubuntu-branches/ubuntu/trusty/erlang/trusty

« back to all changes in this revision

Viewing changes to lib/asn1/test/asn1_SUITE_data/x420/Default-Value-Lists.asn

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum
  • Date: 2011-05-05 15:48:43 UTC
  • mfrom: (3.5.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110505154843-0om6ekzg6m7ugj27
Tags: 1:14.b.2-dfsg-3ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Drop libwxgtk2.8-dev build dependency. Wx isn't in main, and not
    supposed to.
  - Drop erlang-wx binary.
  - Drop erlang-wx dependency from -megaco, -common-test, and -reltool, they
    do not really need wx. Also drop it from -debugger; the GUI needs wx,
    but it apparently has CLI bits as well, and is also needed by -megaco,
    so let's keep the package for now.
  - debian/patches/series: Do what I meant, and enable build-options.patch
    instead.
* Additional changes:
  - Drop erlang-wx from -et
* Dropped Changes:
  - patches/pcre-crash.patch: CVE-2008-2371: outer level option with
    alternatives caused crash. (Applied Upstream)
  - fix for ssl certificate verification in newSSL: 
    ssl_cacertfile_fix.patch (Applied Upstream)
  - debian/patches/series: Enable native.patch again, to get stripped beam
    files and reduce the package size again. (build-options is what
    actually accomplished this)
  - Remove build-options.patch on advice from upstream and because it caused
    odd build failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
-- Module Default-Value-Lists (T.415:03/1993)
 
2
 
 
3
Default-Value-Lists {2 8 1 5 11} DEFINITIONS ::=
 
4
BEGIN
 
5
 
 
6
EXPORTS Default-Value-Lists-Logical, Default-Value-Lists-Layout;
 
7
 
 
8
IMPORTS
 
9
  Style-Identifier, Category-Name
 
10
    FROM Identifiers-and-Expressions --  see 7.8 
 
11
      
 
12
  Measure-Pair, One-Of-Four-Angles, Medium-Type, Dimension-Pair, Transparency,
 
13
    Colour, Border, Content-Background-Colour, Content-Foreground-Colour,
 
14
    Sealed
 
15
    FROM Layout-Descriptors --  see 7.9 
 
16
      
 
17
  Protection
 
18
    FROM Logical-Descriptors --  see 7.10
 
19
      
 
20
  Presentation-Attributes
 
21
    FROM Style-Descriptors --  see 7.11
 
22
      
 
23
  Colour-Expression, Colour-Table
 
24
    FROM Colour-Attributes; --  see 7.14
 
25
 
 
26
Default-Value-Lists-Layout ::= SET {
 
27
  page-set-attributes  [1] IMPLICIT Page-Set-Attributes OPTIONAL,
 
28
  page-attributes      [2] IMPLICIT Page-Attributes OPTIONAL,
 
29
  frame-attributes     [3] IMPLICIT Frame-Attributes OPTIONAL,
 
30
  block-attributes     [4] IMPLICIT Block-Attributes OPTIONAL
 
31
}
 
32
 
 
33
Default-Value-Lists-Logical ::= SET {
 
34
  composite-logical-attributes
 
35
    [5] IMPLICIT Composite-Logical-Attributes OPTIONAL,
 
36
  basic-logical-attributes      [6] IMPLICIT Basic-Logical-Attributes OPTIONAL
 
37
}
 
38
 
 
39
Page-Set-Attributes ::= SET {
 
40
  layout-stream-categories      layout-stream-categories < Attribute OPTIONAL,
 
41
  layout-stream-sub-categories
 
42
    layout-stream-sub-categories < Attribute OPTIONAL
 
43
}
 
44
 
 
45
Page-Attributes ::= SET {
 
46
  dimensions                    dimensions < Attribute OPTIONAL,
 
47
  transparency                  transparency < Attribute OPTIONAL,
 
48
  presentation-attributes       presentation-attributes < Attribute OPTIONAL,
 
49
  page-position                 page-position < Attribute OPTIONAL,
 
50
  medium-type                   medium-type < Attribute OPTIONAL,
 
51
  presentation-style            presentation-style < Attribute OPTIONAL,
 
52
  layout-stream-categories      layout-stream-categories < Attribute OPTIONAL,
 
53
  layout-stream-sub-categories
 
54
    layout-stream-sub-categories < Attribute OPTIONAL,
 
55
  colour                        colour < Attribute OPTIONAL,
 
56
  colour-of-layout-object       colour-of-layout-object < Attribute OPTIONAL,
 
57
  object-colour-table           object-colour-table < Attribute OPTIONAL,
 
58
  content-background-colour     content-background-colour < Attribute OPTIONAL,
 
59
  content-foreground-colour     content-foreground-colour < Attribute OPTIONAL,
 
60
  content-colour-table          content-colour-table < Attribute OPTIONAL,
 
61
  sealed                        sealed < Attribute OPTIONAL
 
62
}
 
63
 
 
64
Frame-Attributes ::= SET {
 
65
  position                      position < Attribute OPTIONAL,
 
66
  dimensions                    dimensions < Attribute OPTIONAL,
 
67
  transparency                  transparency < Attribute OPTIONAL,
 
68
  layout-path                   layout-path < Attribute OPTIONAL,
 
69
  permitted-categories          permitted-categories < Attribute OPTIONAL,
 
70
  layout-stream-categories      layout-stream-categories < Attribute OPTIONAL,
 
71
  layout-stream-sub-categories
 
72
    layout-stream-sub-categories < Attribute OPTIONAL,
 
73
  colour                        colour < Attribute OPTIONAL,
 
74
  colour-of-layout-object       colour-of-layout-object < Attribute OPTIONAL,
 
75
  object-colour-table           object-colour-table < Attribute OPTIONAL,
 
76
  border                        border < Attribute OPTIONAL,
 
77
  sealed                        sealed < Attribute OPTIONAL
 
78
}
 
79
 
 
80
Block-Attributes ::= SET {
 
81
  position                      position < Attribute OPTIONAL,
 
82
  dimensions                    dimensions < Attribute OPTIONAL,
 
83
  transparency                  transparency < Attribute OPTIONAL,
 
84
  presentation-attributes       presentation-attributes < Attribute OPTIONAL,
 
85
  presentation-style            presentation-style < Attribute OPTIONAL,
 
86
  layout-stream-categories      layout-stream-categories < Attribute OPTIONAL,
 
87
  layout-stream-sub-categories
 
88
    layout-stream-sub-categories < Attribute OPTIONAL,
 
89
  colou                         colour < Attribute OPTIONAL,
 
90
  colour-of-layout-object       colour-of-layout-object < Attribute OPTIONAL,
 
91
  object-colour-table           object-colour-table < Attribute OPTIONAL,
 
92
  content-background-colour     content-background-colour < Attribute OPTIONAL,
 
93
  content-foreground-colour     content-foreground-colour < Attribute OPTIONAL,
 
94
  content-colour-table          content-colour-table < Attribute OPTIONAL,
 
95
  border                        border < Attribute OPTIONAL,
 
96
  sealed                        sealed < Attribute OPTIONAL
 
97
}
 
98
 
 
99
Composite-Logical-Attributes ::= SET {
 
100
  protection    protection < Attribute OPTIONAL,
 
101
  layout-style  layout-style < Attribute OPTIONAL,
 
102
  sealed        sealed < Attribute OPTIONAL
 
103
}
 
104
 
 
105
Basic-Logical-Attributes ::= SET {
 
106
  presentation-attributes  presentation-attributes < Attribute OPTIONAL,
 
107
  --  only for use for the attribute content-architecture-class;
 
108
  --  the content architecture specific attributes can only be referenced by
 
109
  --  use of presentation style
 
110
  protection               protection < Attribute OPTIONAL,
 
111
  presentation-style       presentation-style < Attribute OPTIONAL,
 
112
  layout-style             layout-style < Attribute OPTIONAL,
 
113
  sealed                   sealed < Attribute OPTIONAL
 
114
}
 
115
 
 
116
Attribute ::= CHOICE {
 
117
  position                      [0] IMPLICIT Measure-Pair,
 
118
  dimensions                    [1] IMPLICIT Dimension-Pair,
 
119
  transparency                  [2] IMPLICIT Transparency,
 
120
  presentation-attributes       [3] IMPLICIT Presentation-Attributes,
 
121
  layout-path                   [4] IMPLICIT One-Of-Four-Angles,
 
122
  page-position                 [5] IMPLICIT Measure-Pair,
 
123
  medium-type                   [6] IMPLICIT Medium-Type,
 
124
  permitted-categories          [7] IMPLICIT SET OF Category-Name,
 
125
  layout-stream-categories      [19] IMPLICIT SET OF Category-Name,
 
126
  layout-stream-sub-categories  [20] IMPLICIT SET OF Category-Name,
 
127
  protection                    [8] IMPLICIT Protection,
 
128
  presentation-style            [9] IMPLICIT Style-Identifier,
 
129
  layout-style                  [10] IMPLICIT Style-Identifier,
 
130
  colour                        [11] IMPLICIT Colour,
 
131
  colour-of-layout-object       [14]  Colour-Expression,
 
132
  object-colour-table           [15] IMPLICIT Colour-Table,
 
133
  content-background-colour     [16]  Content-Background-Colour,
 
134
  content-foreground-colour     [17]  Content-Foreground-Colour,
 
135
  content-colour-table          [18] IMPLICIT Colour-Table,
 
136
  border                        [12] IMPLICIT Border,
 
137
  sealed                        [13] IMPLICIT Sealed
 
138
}
 
139
 
 
140
END
 
141
 
 
142
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
 
143