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