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

« back to all changes in this revision

Viewing changes to lib/asn1/test/asn1_SUITE_data/x420/Character-Profile-Attributes.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 Character-Profile-Attributes (T.416:03/1993)
 
2
 
 
3
Character-Profile-Attributes {2 8 1 6 4} DEFINITIONS ::=
 
4
BEGIN
 
5
 
 
6
EXPORTS
 
7
  Character-Presentation-Feature, Character-Coding-Attribute,
 
8
    Character-Content-Defaults;
 
9
 
 
10
IMPORTS
 
11
  Character-Attributes, One-Of-Four-Angles, One-Of-Two-Angles, Measure-Pair,
 
12
    Alignment, Layout-Table, Graphic-Rendition, Formatting-Indicator,
 
13
    Character-Fonts, Itemization, Kerning-Offset, Proportional-Line-Spacing,
 
14
    Pairwise-Kerning
 
15
    FROM Character-Presentation-Attributes;
 
16
 
 
17
--      see 11.2
 
18
Character-Presentation-Feature ::= CHOICE {
 
19
  character-path              [0] IMPLICIT One-Of-Four-Angles,
 
20
  line-progression            [1] IMPLICIT One-Of-Two-Angles,
 
21
  character-orientation       [2] IMPLICIT One-Of-Four-Angles,
 
22
  initial-offset              [3] IMPLICIT Measure-Pair,
 
23
  character-spacing           [6] IMPLICIT INTEGER,
 
24
  line-spacing                [7] IMPLICIT INTEGER,
 
25
  alignment                   [8] IMPLICIT Alignment,
 
26
  line-layout-table           [9] IMPLICIT Layout-Table,
 
27
  graphic-rendition           [10] IMPLICIT Graphic-Rendition,
 
28
  formatting-indicator        [11] IMPLICIT Formatting-Indicator,
 
29
  character-fonts             [12] IMPLICIT Character-Fonts,
 
30
  graphic-char-subrepertoire  [13] IMPLICIT INTEGER,
 
31
  itemization                 [14] IMPLICIT Itemization,
 
32
  widow-size                  [15] IMPLICIT INTEGER,
 
33
  orphan-size                 [16] IMPLICIT INTEGER,
 
34
  graphic-character-sets      [17] IMPLICIT OCTET STRING,
 
35
  indentation                 [19] IMPLICIT INTEGER,
 
36
  kerning-offset              [20] IMPLICIT Kerning-Offset,
 
37
  proportional-line-spacing   [21] IMPLICIT Proportional-Line-Spacing,
 
38
  pairwise-kerning            [22] IMPLICIT Pairwise-Kerning,
 
39
  first-line-offset           [23] IMPLICIT INTEGER,
 
40
  code-extension-announcers   [24] IMPLICIT OCTET STRING
 
41
}
 
42
 
 
43
Character-Coding-Attribute ::= NULL
 
44
 
 
45
--      no character coding attributes 
 
46
--      are defined in this part of
 
47
--      ITU-T Rec. T.410-Series | ISO/IEC 8613
 
48
Character-Content-Defaults ::=
 
49
  Character-Attributes
 
50
 
 
51
END
 
52
 
 
53
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
 
54