ANSI ISO IEC 10021-9-1995 Information technology - Message Handling Systems (MHS) - Part 9 Electronic Data Interchange Messaging System Adopted by INCITS《信息技术.电文处理系统(MHS).第9部分 INCI.pdf
《ANSI ISO IEC 10021-9-1995 Information technology - Message Handling Systems (MHS) - Part 9 Electronic Data Interchange Messaging System Adopted by INCITS《信息技术.电文处理系统(MHS).第9部分 INCI.pdf》由会员分享,可在线阅读,更多相关《ANSI ISO IEC 10021-9-1995 Information technology - Message Handling Systems (MHS) - Part 9 Electronic Data Interchange Messaging System Adopted by INCITS《信息技术.电文处理系统(MHS).第9部分 INCI.pdf(127页珍藏版)》请在麦多课文档分享上搜索。
1、INTERNATIONAL STANDARD ISO/IEC 10021-9 First edition 1995-08-01 Information technology - Message Handling Systems (MHS) - Part 9: Electronic Data Interchange Messaging System Technologies de /information - Systkmes de messagerie (Ml-i.3 - Partie 9: Systeme de messagerie avec bchange de don b) to def
2、ine the functional objects of EDI Messaging, the OBJECT and REFINE macros of ISO/lEC 10021-3 I CCIIT Recommendation X.407; c) to define the abstract service of ED1 Messaging, the PORT and ABSTRACT-operation and ERROR macros of ISO/lEC 10021-3 I CCITT Recommendation X.407; d) to define the protocol e
3、xtensions, the EDIM-EXTENSION macro of this part of ISO/IEC 10021; Copyright American National Standards Institute Provided by IHS under license with ANSINot for ResaleNo reproduction or networking permitted without license from IHS-,-,-OISO/IEC ISO/IEC 10021-9 : 1995 Q e) to define extended body pa
4、rt types, the EXTENDED-BODY-PART-TYPE macro of ISO/lEC 10021-7 I CCIIT Recommendation X.420; f) to define MS Auto-actions, the AUTO-ACTION macro of ISO/lEC 10021-5 I CCITT Recommendation X.4 13; g) to define MS attributes, the ATTRIBUTE macro of ISO/IEC 9594-2 I CCITI Recommendation X.501. ASN.l tag
5、s are IMPLICIT throughout the ASN.l modules defined in any annex; the module is deftitive in that respect. NOTE - The use of ASN.1 to describe a class or piece of information does not in itself imply that information is transported between open systems. The fact that the information, by virtue of it
6、s description in ASN.l and of ASN.ls basic encoding rules, has a concrete transfer syntax may be immaterial. Information actually conveyed between systems is designated as such by its inclusion in an application protocol. 5.3 Conventions for Attribute Types in Table 1 This part of ISO/IEC 10021 uses
7、 the conventions listed below in its definition of attribute types for the MS abstract services. For the columns headed “Single/Multi-valued” the following values can occur: - S: single-valued, - M: multi-valued. For the columns headed “Support level by MS and UA” (where UA refers only to a UA that
8、accesses an MS) the following values can occur: - M: mandatory, - 0: optional. For the columns headed “Presence in delivered EDIM”, “Presence in delivered PN”, “Presence in delivered NN” and “Presence in delivered FN”, the presence of each attribute type is described by one of the following values:
9、- p: “always present” in the entry because it is mandatory for generation by the MS or it is a mandatory or defaulted parameter in the relevant abstract operation. - c: “conditionally present” in the entry. It will be present because it is supported by the MS and subscribed to by the user and it was
10、 present in an optional parameter in the relevant abstract operation. - - ahyphen (-) indicates “always absent”, otherwise. For the columns headed “Available for list, alert” and “Available for summarize”, the following values can occur: - N: No - Y: Yes 5.4 Conventions for Attribute Types iu Table
11、2 This part of ISO/IEC 10021 uses the conventions listed below in its definition of attribute types for the MS abstract services. For the columns headed “Source generated by”, the following values can occur: - MD: Message Delivery abstract-operation - MS: Message Store - RD: Report Delivery abstract
12、-operation 6 Information objects The information objects that users exchange in ED1 messaging are of two hinds: EDImessages (EDIM), and ED1 notifications (EDIN). 7 Copyright American National Standards Institute Provided by IHS under license with ANSINot for ResaleNo reproduction or networking permi
13、tted without license from IHS-,-,-ISO/IEC 10021-9 : 1995 (E) OISO/IEC NOTE - The ED1 messaging user (EDMG Lcser) is normally an ED1 application or computer process, not a person. For brevity, the term user is used throughout the rest of this part of ISO/IEC 10021 with the meaning of EDIMG user. Info
14、rmationObject := CHOICE edim O EDIM, edin l EDIN ) 7 Common data types Information items of several kinds appears both in ED1 messages and ED1 notifications. These common items are defined below. 7.1 EDIM identifier An EDIM Identifier is an information item that unambiguously, globally and forever u
15、niquely identifies an EDIM. It comprises an OR-name and a string which may for example contain a time or sequence number or other sufficient information to make this EDIM unique. EDIMIdentifier := SET ( u0er O ORName, user-relative-identifier l LocalReference ) NOTE- OR-name is defined in 8.55 of IS
16、O/IEC 10021-4 I CCIIT Recommendation X.411 and ORName is defined in figure 2 of ISO/IEC! 10021-4 I CCITT Recommendation X.411. The EDIM Identifier shares the same value set with the IPM Identifier defined in ISO/lEC 10021-7 I CCIIT Recommendation X.420. Therefore, an ED1 user agent or ED1 message st
17、ore that is capable of handling both IPM and EDIM shall make sure that the Local Reference is unique both for IPMs and EDIMs. An EDIM Identifier has the following components: a) User: Identifies the user who originates the EDIM. One of the users OR-names. b) User-relative-identifier: Unambiguously i
18、dentifies the EDIM, distinguishing it from all other EDIMs that the user who is identified by the User component originates. Its syntax is that of Local Reference, a Rrintable String of from zero to a prescribed number of characters (see annex G). A length of zero is 1) discouraged. LocalReference :
19、= PrintableString (SIZE (Oub-local-reference 7.2 Extensions A mechanism is provided which allows for future extensions to this part of ISO/lEC 1002 1. ExtensionField := SEQUENCE type 0 EDIM-EXTENSION, criticality I Criticality DEFAULT FALSE, value 2 ANY DEFINED BY type DEFAULT NULL NULL An Extension
20、 Field can be marked critical (Criticality set to TRUE) or non-critical (Criticality set to FALSE) for acceptance of Responsibility. An extension marked as non-critical for Responsibility may be ignored or discarded, while an extension marked as critical must be known and performed for acceptance of
21、 Responsibility of an EDIM. NOTE - The term EDIT Responsibility is defined in 3.5 of ISO/IEC 10021-8 I CCIIT Recommendation F.435. Throughout this document, the term “Responsibility” refers to the term defined in ISO/IEC 10021-8 I CCITT Recommendation F.435, and not to the everyday use of the word.
22、Criticality := BOOLEAN As a notation support for future definitions of extensions, a MACRO is defined. EDIM-EXTENSION MACRO := BEGIN TYPE NOTATION := DataType Critical I empty VALUE NOTATION := value(VALUE OBJECT IDENTIFIER) Copyright American National Standards Institute Provided by IHS under licen
23、se with ANSINot for ResaleNo reproduction or networking permitted without license from IHS-,-,-OISO/IEC ISO/IEC10021-9:1995(E) DataType : := type (X) Default Default := “DEFAULT“ value (X) I empty Critical : := “CRITICAL” I empty END - of extension 8 ED1 message An ED1 Message (EDIM) is a member of
24、the primary class of information objects conveyed between users in ED1 messaging. NOTE 1 - The term message when used throughout the rest of this part of ISO/IEC 10021 is a synonym for ED1 Message where the context admits. EDIM := SEQUENCE ( heading Heading, body Body ? Au ED1 Message consists of th
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ANSIISOIEC1002191995INFORMATIONTECHNOLOGYMESSAGEHANDLINGSYSTEMSMHSPART9ELECTRONICDATAINTERCHANGEMESSAGINGSYSTEMADOPTEDBYINCITS

链接地址:http://www.mydoc123.com/p-437126.html