[Automatic manuf, services and enterprise-numbers update for 2011-02-20]
[obnox/wireshark/wip.git] / asn1 / p22 / IPMSExtendedBodyPartTypes2.asn
1 -- $Id$
2 -- http://www.itu.int/ITU-T/asn1/database/itu-t/x/x420/1999/index.html
3 -- Module IPMSExtendedBodyPartTypes2 (X.420:06/1999)
4 IPMSExtendedBodyPartTypes2 {iso standard mhs(10021) ipms(7) modules(0)
5   extended-body-part-types-2(1)} DEFINITIONS IMPLICIT TAGS ::=
6 BEGIN
7
8 -- Prologue
9 -- Exports everything.
10 IMPORTS
11   -- IPMS Information Objects
12   EXTENDED-BODY-PART-TYPE
13     --==
14     FROM IPMSInformationObjects {joint-iso-itu-t mhs(6) ipms(1) modules(0)
15       information-objects(2) version-1999(1)}
16   -- IPMS Object Identifiers
17   id-ep-general-text, id-et-general-text
18     --==
19     FROM IPMSObjectIdentifiers {joint-iso-itu-t mhs(6) ipms(1) modules(0)
20       object-identifiers(0) version-1999(1)};
21
22 -- General Text body part
23 general-text-body-part EXTENDED-BODY-PART-TYPE ::= {
24   PARAMETERS  {GeneralTextParameters
25                IDENTIFIED BY  id-ep-general-text},
26   DATA        {GeneralTextData
27                IDENTIFIED BY  id-et-general-text}
28 }
29
30 GeneralTextParameters ::= SET OF CharacterSetRegistration
31
32 GeneralTextData ::= GeneralString
33
34 CharacterSetRegistration ::= INTEGER(1..32767)
35
36 END -- of IPMSExtendedBodyPartTypes2
37
38 -- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D
39