edi4r 0.9.4.1
Sign up to get free protection for your applications and to get access to all the features.
- data/AuthorCopyright +10 -0
- data/COPYING +56 -0
- data/ChangeLog +106 -0
- data/README +66 -0
- data/TO-DO +35 -0
- data/Tutorial +609 -0
- data/VERSION +1 -0
- data/bin/edi2xml.rb +103 -0
- data/bin/editool.rb +151 -0
- data/bin/xml2edi.rb +50 -0
- data/data/edifact/iso9735/SDCD.10000.csv +10 -0
- data/data/edifact/iso9735/SDCD.20000.csv +10 -0
- data/data/edifact/iso9735/SDCD.30000.csv +11 -0
- data/data/edifact/iso9735/SDCD.40000.csv +31 -0
- data/data/edifact/iso9735/SDCD.40100.csv +31 -0
- data/data/edifact/iso9735/SDED.10000.csv +37 -0
- data/data/edifact/iso9735/SDED.20000.csv +37 -0
- data/data/edifact/iso9735/SDED.30000.csv +43 -0
- data/data/edifact/iso9735/SDED.40000.csv +129 -0
- data/data/edifact/iso9735/SDED.40100.csv +130 -0
- data/data/edifact/iso9735/SDMD.10000.csv +0 -0
- data/data/edifact/iso9735/SDMD.20000.csv +0 -0
- data/data/edifact/iso9735/SDMD.30000.csv +6 -0
- data/data/edifact/iso9735/SDMD.40000.csv +17 -0
- data/data/edifact/iso9735/SDMD.40100.csv +17 -0
- data/data/edifact/iso9735/SDSD.10000.csv +8 -0
- data/data/edifact/iso9735/SDSD.20000.csv +8 -0
- data/data/edifact/iso9735/SDSD.30000.csv +12 -0
- data/data/edifact/iso9735/SDSD.40000.csv +34 -0
- data/data/edifact/iso9735/SDSD.40100.csv +34 -0
- data/data/edifact/untdid/EDCD.d01b.csv +200 -0
- data/data/edifact/untdid/EDCD.d96a.csv +161 -0
- data/data/edifact/untdid/EDED.d01b.csv +641 -0
- data/data/edifact/untdid/EDED.d96a.csv +462 -0
- data/data/edifact/untdid/EDMD.d01b.csv +3419 -0
- data/data/edifact/untdid/EDMD.d96a.csv +2144 -0
- data/data/edifact/untdid/EDSD.d01b.csv +158 -0
- data/data/edifact/untdid/EDSD.d96a.csv +127 -0
- data/data/edifact/untdid/IDCD.d01b.csv +95 -0
- data/data/edifact/untdid/IDMD.d01b.csv +238 -0
- data/data/edifact/untdid/IDSD.d01b.csv +75 -0
- data/lib/edi4r.rb +928 -0
- data/lib/edi4r/diagrams.rb +567 -0
- data/lib/edi4r/edi4r-1.2.dtd +20 -0
- data/lib/edi4r/edifact-rexml.rb +221 -0
- data/lib/edi4r/edifact.rb +1627 -0
- data/lib/edi4r/rexml.rb +256 -0
- data/lib/edi4r/standards.rb +495 -0
- data/test/eancom2webedi.rb +380 -0
- data/test/groups.edi +1 -0
- data/test/in1.edi +1 -0
- data/test/in1.inh +3 -0
- data/test/in2.edi +1 -0
- data/test/in2.xml +350 -0
- data/test/test_basics.rb +209 -0
- data/test/test_edi_split.rb +53 -0
- data/test/test_loopback.rb +21 -0
- data/test/test_minidemo.rb +84 -0
- data/test/test_rexml.rb +98 -0
- data/test/test_tut_examples.rb +131 -0
- data/test/webedi2eancom.rb +408 -0
- metadata +110 -0
@@ -0,0 +1,37 @@
|
|
1
|
+
0001;a4;C;Syntax identifier
|
2
|
+
0002;n1;C;Syntax version number
|
3
|
+
0004;an..35;C;Sender identification
|
4
|
+
0007;an..4;C;Partner identification code qualifier
|
5
|
+
0008;an..14;C;Address for reverse routing
|
6
|
+
0010;an..35;C;Recipient identification
|
7
|
+
0014;an..14;C;Routing address
|
8
|
+
0017;n6;C;Date of preparation
|
9
|
+
0019;n4;C;Time of preparation
|
10
|
+
0020;an..14;C;Interchange control reference
|
11
|
+
0022;an..14;C;Recipient's reference/password
|
12
|
+
0025;an2;C;Recipient's reference/password qualifier
|
13
|
+
0026;an..14;C;Application reference
|
14
|
+
0029;a1;C;Processing priority code
|
15
|
+
0031;n1;C;Acknowledgement request
|
16
|
+
0032;an..35;C;Communications agreement Id
|
17
|
+
0035;n1;C;Test indicator
|
18
|
+
0036;n..6;C;Interchange control count
|
19
|
+
0038;an..6;C;Functional group identification
|
20
|
+
0040;an..35;C;Application sender's identification
|
21
|
+
0044;an..35;C;Application recipient's identification
|
22
|
+
0048;an..14;C;Functional group reference number
|
23
|
+
0051;an..2;M;Controlling agency
|
24
|
+
0052;an..3;M;Message type version number
|
25
|
+
0054;an..3;M;Message type release number
|
26
|
+
0057;an..6;C;Association assigned code
|
27
|
+
0058;an..14;C;Application password
|
28
|
+
0060;n..6;C;Number of messages
|
29
|
+
0062;an..14;C;Message reference number
|
30
|
+
0065;an..6;C;Message type identifier
|
31
|
+
0068;an..35;C;Common access reference
|
32
|
+
0070;n..2;C;Sequence message transfer number
|
33
|
+
0073;a1;C;First/last sequence message transfer indication
|
34
|
+
0074;n..6;C;Number of segments in a message
|
35
|
+
0077;an3;C;Text reference code
|
36
|
+
0078;an..70;M;Free form text
|
37
|
+
0081;a1;C;Section identification
|
@@ -0,0 +1,43 @@
|
|
1
|
+
0001;a4;C;Syntax identifier
|
2
|
+
0002;n1;C;Syntax version number
|
3
|
+
0004;an..35;C;Sender identification
|
4
|
+
0007;an..4;C;Partner identification code qualifier
|
5
|
+
0008;an..14;C;Address for reverse routing
|
6
|
+
0010;an..35;C;Recipient identification
|
7
|
+
0013;a3;C;Service segment tag, coded
|
8
|
+
0014;an..14;C;Routing address
|
9
|
+
0017;n6;C;Date of preparation
|
10
|
+
0019;n4;C;Time of preparation
|
11
|
+
0020;an..14;C;Interchange control reference
|
12
|
+
0022;an..14;C;Recipient's reference/password
|
13
|
+
0025;an2;C;Recipient's reference/password qualifier
|
14
|
+
0026;an..14;C;Application reference
|
15
|
+
0029;a1;C;Processing priority code
|
16
|
+
0031;n1;C;Acknowledgement request
|
17
|
+
0032;an..35;C;Communications agreement ID
|
18
|
+
0035;n1;C;Test indicator
|
19
|
+
0036;n..6;C;Interchange control count
|
20
|
+
0038;an..6;C;Functional group identification
|
21
|
+
0040;an..35;C;Sender identification
|
22
|
+
0044;an..35;C;Recipient's identification
|
23
|
+
0048;an..14;C;Functional group reference number
|
24
|
+
0051;an..2;C;Controlling agency
|
25
|
+
0052;an..3;C;Message version number
|
26
|
+
0054;an..3;C;Message release number
|
27
|
+
0057;an..6;C;Association assigned code
|
28
|
+
0058;an..14;C;Application password
|
29
|
+
0060;n..6;C;Number of messages
|
30
|
+
0062;an..14;C;Message reference number
|
31
|
+
0065;an..6;C;Message type
|
32
|
+
0068;an..35;C;Common access reference
|
33
|
+
0070;n..2;C;Sequence of transfers
|
34
|
+
0073;a1;C;First and last transfer
|
35
|
+
0074;n..6;C;Number of segments in the message
|
36
|
+
0077;an3;C;Text reference code
|
37
|
+
0078;an..70;C;Free form text
|
38
|
+
0081;a1;C;Section identification
|
39
|
+
0083;an..3;C;Action, coded
|
40
|
+
0085;an..3;C;Syntax error, coded
|
41
|
+
0096;n..6;C;Segment position in message
|
42
|
+
0098;n..3;C;Erroneous data element position in segment
|
43
|
+
0104;n..3;C;Erroneous component data element position
|
@@ -0,0 +1,129 @@
|
|
1
|
+
0001;a4;C;Syntax identifier
|
2
|
+
0002;an1;C;Syntax version number
|
3
|
+
0004;an..35;C;Interchange sender identification
|
4
|
+
0007;an..4;C;Identification code qualifier
|
5
|
+
0008;an..35;C;Interchange sender internal identification
|
6
|
+
0010;an..35;C;Interchange recipient identification
|
7
|
+
0014;an..35;C;Interchange recipient internal identification
|
8
|
+
0017;n8;C;Date
|
9
|
+
0019;n4;C;Time
|
10
|
+
0020;an..14;C;Interchange control reference
|
11
|
+
0022;an..14;C;Recipient reference/password
|
12
|
+
0025;an2;C;Recipient reference/password qualifier
|
13
|
+
0026;an..14;C;Application reference
|
14
|
+
0029;a1;C;Processing priority code
|
15
|
+
0031;n1;C;Acknowledgement request
|
16
|
+
0032;an..35;C;Interchange agreement identifier
|
17
|
+
0035;n1;C;Test indicator
|
18
|
+
0036;n..6;C;Interchange control count
|
19
|
+
0038;an..6;C;Message group identification
|
20
|
+
0040;an..35;C;Application sender identification
|
21
|
+
0042;an..35;C;Interchange sender internal sub-identification
|
22
|
+
0044;an..35;C;Application recipient identification
|
23
|
+
0046;an..35;C;Interchange recipient internal sub-identification
|
24
|
+
0048;an..14;C;Group reference number
|
25
|
+
0051;an..3;C;Controlling agency, coded
|
26
|
+
0052;an..3;C;Message version number
|
27
|
+
0054;an..3;C;Message release number
|
28
|
+
0057;an..6;C;Association assigned code
|
29
|
+
0058;an..14;C;Application password
|
30
|
+
0060;n..6;C;Group control count
|
31
|
+
0062;an..14;C;Message reference number
|
32
|
+
0065;an..6;C;Message type
|
33
|
+
0068;an..35;C;Common access reference
|
34
|
+
0070;n..2;C;Sequence of transfers
|
35
|
+
0073;a1;C;First and last transfer
|
36
|
+
0074;n..10;C;Number of segments in a message
|
37
|
+
0080;an..6;C;Service code list directory version number
|
38
|
+
0081;a1;C;Section identification
|
39
|
+
0083;an..3;C;Action, coded
|
40
|
+
0085;an..3;C;Syntax error, coded
|
41
|
+
0087;an..4;C;Anti-collision segment group identification
|
42
|
+
0096;n..6;C;Segment position in message body
|
43
|
+
0098;n..3;C;Erroneous data element position in segment
|
44
|
+
0104;n..3;C;Erroneous component data element position
|
45
|
+
0110;an..6;C;Code list directory version number
|
46
|
+
0113;an..6;C;Message type sub-function identification
|
47
|
+
0115;an..14;C;Message subset identification
|
48
|
+
0116;an..3;C;Message subset version number
|
49
|
+
0118;an..3;C;Message subset release number
|
50
|
+
0121;an..14;C;Message implementation guideline identification
|
51
|
+
0122;an..3;C;Message implementation guideline version number
|
52
|
+
0124;an..3;C;Message implementation guideline release number
|
53
|
+
0127;an..14;C;Scenario identification
|
54
|
+
0128;an..3;C;Scenario version number
|
55
|
+
0130;an..3;C;Scenario release number
|
56
|
+
0133;an..3;C;Character encoding, coded
|
57
|
+
0135;an..3;C;Service segment tag, coded
|
58
|
+
0136;n..6;C;Erroneous data element occurrence
|
59
|
+
0138;n..6;C;Security segment position
|
60
|
+
0300;an..35;C;Initiator control reference
|
61
|
+
0303;an..35;C;Initiator reference identification
|
62
|
+
0304;an..35;C;Responder control reference
|
63
|
+
0306;an..35;C;Transaction control reference
|
64
|
+
0311;an..14;C;Dialogue identification
|
65
|
+
0314;an..15;C;Event time
|
66
|
+
0320;n..6;C;Sender sequence number
|
67
|
+
0323;a1;C;Transfer position, coded
|
68
|
+
0325;a1;C;Duplicate Indicator
|
69
|
+
0331;an..3;C;Report function, coded
|
70
|
+
0332;an..70;C;Report reason text
|
71
|
+
0333;an..3;C;Report reason, coded
|
72
|
+
0335;an..3;C;Report language, coded
|
73
|
+
0336;n4;C;Time offset
|
74
|
+
0338;n..8;C;Event date
|
75
|
+
0340;an..35;C;Interactive message reference number
|
76
|
+
0342;an..3;C;Dialogue version number
|
77
|
+
0344;an..3;C;Dialogue release number
|
78
|
+
0501;an..3;C;Security service, coded
|
79
|
+
0503;an..3;C;Response type, coded
|
80
|
+
0505;an..3;C;Filter function, coded
|
81
|
+
0507;an..3;C;Original character set encoding, coded
|
82
|
+
0509;an..3;C;Role of security provider, coded
|
83
|
+
0511;an..512;C;Security party identification
|
84
|
+
0513;an..3;C;Security party code list qualifier
|
85
|
+
0515;an..3;C;Security party code list responsible agency, coded
|
86
|
+
0517;an..3;C;Date and time qualifier
|
87
|
+
0518;an..35;C;Encryption reference number
|
88
|
+
0520;an..35;C;Security sequence number
|
89
|
+
0523;an..3;C;Use of algorithm, coded
|
90
|
+
0525;an..3;C;Cryptographic mode of operation, coded
|
91
|
+
0527;an..3;C;Algorithm, coded
|
92
|
+
0529;an..3;C;Algorithm code list identifier
|
93
|
+
0531;an..3;C;Algorithm parameter qualifier
|
94
|
+
0533;an..3;C;Mode of operation code list identifier
|
95
|
+
0534;an..14;C;Security reference number
|
96
|
+
0536;an..35;C;Certificate reference
|
97
|
+
0538;an..35;C;Key name
|
98
|
+
0541;an..3;C;Scope of security application, coded
|
99
|
+
0543;an..3;C;Certificate original character set repertoire, coded
|
100
|
+
0545;an..3;C;Certificate syntax and version, coded
|
101
|
+
0546;an..35;C;User authorisation level
|
102
|
+
0548;an..4;C;Service character for signature
|
103
|
+
0551;an..3;C;Service character for signature qualifier
|
104
|
+
0554;an..512;C;Algorithm parameter value
|
105
|
+
0556;n..18;C;Length of data in octets of bits
|
106
|
+
0558;an..70;C;List parameter
|
107
|
+
0560;an..512;C;Validation value
|
108
|
+
0563;an..3;C;Validation value, qualifier
|
109
|
+
0565;an..3;C;Message relation, coded
|
110
|
+
0567;an..3;C;Security status, coded
|
111
|
+
0569;an..3;C;Revocation reason, coded
|
112
|
+
0571;an..3;C;Security error, coded
|
113
|
+
0572;n..4;C;Certificate sequence number
|
114
|
+
0575;an..3;C;List parameter qualifier
|
115
|
+
0577;an..3;C;Security party qualifier
|
116
|
+
0579;an..3;C;Key management function qualifier
|
117
|
+
0582;n..2;C;Number of padding bytes
|
118
|
+
0586;an..35;C;Security party name
|
119
|
+
0588;n..10;C;Number of security segments
|
120
|
+
0591;an..3;C;Padding mechanism, coded
|
121
|
+
0601;an..3;C;Padding mechanism code list identifier
|
122
|
+
0800;an..35;C;Package reference number
|
123
|
+
0802;an..35;C;Reference identification number
|
124
|
+
0805;an..3;C;Object type qualifier
|
125
|
+
0808;an..256;C;Object type attribute
|
126
|
+
0809;an..256;C;Object type attribute identification
|
127
|
+
0810;n..18;C;Length of object in octets of bits
|
128
|
+
0813;an..3;C;Reference qualifier
|
129
|
+
0814;n..3;C;Number of segments before object
|
@@ -0,0 +1,130 @@
|
|
1
|
+
0001;a4;C;Syntax identifier
|
2
|
+
0002;an1;C;Syntax version number
|
3
|
+
0004;an..35;C;Interchange sender identification
|
4
|
+
0007;an..4;C;Identification code qualifier
|
5
|
+
0008;an..35;C;Interchange sender internal identification
|
6
|
+
0010;an..35;C;Interchange recipient identification
|
7
|
+
0014;an..35;C;Interchange recipient internal identification
|
8
|
+
0017;n8;C;Date
|
9
|
+
0019;n4;C;Time
|
10
|
+
0020;an..14;C;Interchange control reference
|
11
|
+
0022;an..14;C;Recipient reference/password
|
12
|
+
0025;an2;C;Recipient reference/password qualifier
|
13
|
+
0026;an..14;C;Application reference
|
14
|
+
0029;a1;C;Processing priority code
|
15
|
+
0031;n1;C;Acknowledgement request
|
16
|
+
0032;an..35;C;Interchange agreement identifier
|
17
|
+
0035;n1;C;Test indicator
|
18
|
+
0036;n..6;C;Interchange control count
|
19
|
+
0038;an..6;C;Message group identification
|
20
|
+
0040;an..35;C;Application sender identification
|
21
|
+
0042;an..35;C;Interchange sender internal sub-identification
|
22
|
+
0044;an..35;C;Application recipient identification
|
23
|
+
0046;an..35;C;Interchange recipient internal sub-identification
|
24
|
+
0048;an..14;C;Group reference number
|
25
|
+
0051;an..3;C;Controlling agency, coded
|
26
|
+
0052;an..3;C;Message version number
|
27
|
+
0054;an..3;C;Message release number
|
28
|
+
0057;an..6;C;Association assigned code
|
29
|
+
0058;an..14;C;Application password
|
30
|
+
0060;n..6;C;Group control count
|
31
|
+
0062;an..14;C;Message reference number
|
32
|
+
0065;an..6;C;Message type
|
33
|
+
0068;an..35;C;Common access reference
|
34
|
+
0070;n..2;C;Sequence of transfers
|
35
|
+
0073;a1;C;First and last transfer
|
36
|
+
0074;n..10;C;Number of segments in a message
|
37
|
+
0076;an2;C;Syntax release number
|
38
|
+
0080;an..6;C;Service code list directory version number
|
39
|
+
0081;a1;C;Section identification
|
40
|
+
0083;an..3;C;Action, coded
|
41
|
+
0085;an..3;C;Syntax error, coded
|
42
|
+
0087;an..4;C;Anti-collision segment group identification
|
43
|
+
0096;n..6;C;Segment position in message body
|
44
|
+
0098;n..3;C;Erroneous data element position in segment
|
45
|
+
0104;n..3;C;Erroneous component data element position
|
46
|
+
0110;an..6;C;Code list directory version number
|
47
|
+
0113;an..6;C;Message type sub-function identification
|
48
|
+
0115;an..14;C;Message subset identification
|
49
|
+
0116;an..3;C;Message subset version number
|
50
|
+
0118;an..3;C;Message subset release number
|
51
|
+
0121;an..14;C;Message implementation guideline identification
|
52
|
+
0122;an..3;C;Message implementation guideline version number
|
53
|
+
0124;an..3;C;Message implementation guideline release number
|
54
|
+
0127;an..14;C;Scenario identification
|
55
|
+
0128;an..3;C;Scenario version number
|
56
|
+
0130;an..3;C;Scenario release number
|
57
|
+
0133;an..3;C;Character encoding, coded
|
58
|
+
0135;an..3;C;Service segment tag, coded
|
59
|
+
0136;n..6;C;Erroneous data element occurrence
|
60
|
+
0138;n..6;C;Security segment position
|
61
|
+
0300;an..35;C;Initiator control reference
|
62
|
+
0303;an..35;C;Initiator reference identification
|
63
|
+
0304;an..35;C;Responder control reference
|
64
|
+
0306;an..35;C;Transaction control reference
|
65
|
+
0311;an..14;C;Dialogue identification
|
66
|
+
0314;an..15;C;Event time
|
67
|
+
0320;n..6;C;Sender sequence number
|
68
|
+
0323;a1;C;Transfer position, coded
|
69
|
+
0325;a1;C;Duplicate Indicator
|
70
|
+
0331;an..3;C;Report function, coded
|
71
|
+
0332;an..70;C;Status
|
72
|
+
0333;an..3;C;Status, coded
|
73
|
+
0335;an..3;C;Language, coded
|
74
|
+
0336;n4;C;Time offset
|
75
|
+
0338;n..8;C;Event date
|
76
|
+
0340;an..35;C;Interactive message reference number
|
77
|
+
0342;an..3;C;Dialogue version number
|
78
|
+
0344;an..3;C;Dialogue release number
|
79
|
+
0501;an..3;C;Security service, coded
|
80
|
+
0503;an..3;C;Response type, coded
|
81
|
+
0505;an..3;C;Filter function, coded
|
82
|
+
0507;an..3;C;Original character set encoding, coded
|
83
|
+
0509;an..3;C;Role of security provider, coded
|
84
|
+
0511;an..1024;C;Security party identification
|
85
|
+
0513;an..3;C;Security party code list qualifier
|
86
|
+
0515;an..3;C;Security party code list responsible agency, coded
|
87
|
+
0517;an..3;C;Date and time qualifier
|
88
|
+
0518;an..35;C;Encryption reference number
|
89
|
+
0520;an..35;C;Security sequence number
|
90
|
+
0523;an..3;C;Use of algorithm, coded
|
91
|
+
0525;an..3;C;Cryptographic mode of operation, coded
|
92
|
+
0527;an..3;C;Algorithm, coded
|
93
|
+
0529;an..3;C;Algorithm code list identifier
|
94
|
+
0531;an..3;C;Algorithm parameter qualifier
|
95
|
+
0533;an..3;C;Mode of operation code list identifier
|
96
|
+
0534;an..14;C;Security reference number
|
97
|
+
0536;an..35;C;Certificate reference
|
98
|
+
0538;an..35;C;Key name
|
99
|
+
0541;an..3;C;Scope of security application, coded
|
100
|
+
0543;an..3;C;Certificate original character set repertoire, coded
|
101
|
+
0545;an..3;C;Certificate syntax and version, coded
|
102
|
+
0546;an..35;C;User authorisation level
|
103
|
+
0548;an..4;C;Service character for signature
|
104
|
+
0551;an..3;C;Service character for signature qualifier
|
105
|
+
0554;an..512;C;Algorithm parameter value
|
106
|
+
0556;n..18;C;Length of data in octets of bits
|
107
|
+
0558;an..70;C;List parameter
|
108
|
+
0560;an..1024;C;Validation value
|
109
|
+
0563;an..3;C;Validation value qualifier
|
110
|
+
0565;an..3;C;Message relation, coded
|
111
|
+
0567;an..3;C;Security status, coded
|
112
|
+
0569;an..3;C;Revocation reason, coded
|
113
|
+
0571;an..3;C;Security error, coded
|
114
|
+
0572;n..4;C;Certificate sequence number
|
115
|
+
0575;an..3;C;List parameter qualifier
|
116
|
+
0577;an..3;C;Security party qualifier
|
117
|
+
0579;an..3;C;Key management function qualifier
|
118
|
+
0582;n..2;C;Number of padding bytes
|
119
|
+
0586;an..35;C;Security party name
|
120
|
+
0588;n..10;C;Number of security segments
|
121
|
+
0591;an..3;C;Padding mechanism, coded
|
122
|
+
0601;an..3;C;Padding mechanism code list identifier
|
123
|
+
0800;an..35;C;Package reference number
|
124
|
+
0802;an..35;C;Reference identification number
|
125
|
+
0805;an..3;C;Object type qualifier
|
126
|
+
0808;an..256;C;Object type attribute
|
127
|
+
0809;an..256;C;Object type attribute identification
|
128
|
+
0810;n..18;C;Length of object in octets of bits
|
129
|
+
0813;an..3;C;Reference qualifier
|
130
|
+
0814;n..3;C;Number of segments before object
|
File without changes
|
File without changes
|
@@ -0,0 +1,6 @@
|
|
1
|
+
CONTRL:::UN::;Syntax and service report message;UNH;M;1;UCI;M;1;SG1;C;999999;SG3;C;999999;UNT;M;1
|
2
|
+
CONTRL:::UN::SG1;SG01;UCM;M;1;SG2;C;999
|
3
|
+
CONTRL:::UN::SG2;SG02;UCS;M;1;UCD;C;99
|
4
|
+
CONTRL:::UN::SG3;SG03;UCF;M;1;SG4;C;999999
|
5
|
+
CONTRL:::UN::SG4;SG04;UCM;M;1;SG5;C;999
|
6
|
+
CONTRL:::UN::SG5;SG05;UCS;M;1;UCD;C;99
|
@@ -0,0 +1,17 @@
|
|
1
|
+
AUTACK:4:S4:UN::;Secure authentication and acknowledgement message;UNH;M;1;SG1;M;99;USB;M;1;SG3;M;9999;SG4;M;99;UNT;M;1
|
2
|
+
AUTACK:4:S4:UN::SG1;SG01;USH;M;1;USA;C;3;SG2;C;2
|
3
|
+
AUTACK:4:S4:UN::SG2;SG02;USC;M;1;USA;C;3;USR;C;1
|
4
|
+
AUTACK:4:S4:UN::SG3;SG03;USX;M;1;USY;M;9
|
5
|
+
AUTACK:4:S4:UN::SG4;SG04;UST;M;1;USR;C;1
|
6
|
+
CONTRL:4:S4:UN::;Syntax and service report message for batch EDI;UNH;M;1;UCI;M;1;SG1;C;999999;SG3;C;999999;UNT;M;1
|
7
|
+
CONTRL:4:S4:UN::SG1;SG01;UCM;M;1;SG2;C;999
|
8
|
+
CONTRL:4:S4:UN::SG2;SG02;UCS;M;1;UCD;C;99
|
9
|
+
CONTRL:4:S4:UN::SG3;SG03;UCF;M;1;SG4;C;999999
|
10
|
+
CONTRL:4:S4:UN::SG4;SG04;UCM;M;1;SG5;C;999
|
11
|
+
CONTRL:4:S4:UN::SG5;SG05;UCS;M;1;UCD;C;99
|
12
|
+
KEYMAN:4:S4:UN::;Security key and certificate management message;UNH;M;1;SG1;C;999;SG4;C;99;UNT;M;1
|
13
|
+
KEYMAN:4:S4:UN::SG1;SG01;USE;M;1;USX;C;1;SG2;M;9
|
14
|
+
KEYMAN:4:S4:UN::SG2;SG02;USF;M;1;USA;C;1;SG3;C;1
|
15
|
+
KEYMAN:4:S4:UN::SG3;SG03;USC;M;1;USA;C;3;USR;C;1
|
16
|
+
KEYMAN:4:S4:UN::SG4;SG04;USL;M;1;SG5;M;9999
|
17
|
+
KEYMAN:4:S4:UN::SG5;SG05;USC;M;1;USA;C;3;USR;C;1
|
@@ -0,0 +1,17 @@
|
|
1
|
+
CONTRL:4:V4R1:UN::;Syntax and service report message for batch EDI;UNH;M;1;UCI;M;1;SG1;C;999999;SG3;C;999999;UNT;M;1
|
2
|
+
CONTRL:4:V4R1:UN::SG1;SG01;UCM;M;1;SG2;C;999
|
3
|
+
CONTRL:4:V4R1:UN::SG2;SG02;UCS;M;1;UCD;C;99
|
4
|
+
CONTRL:4:V4R1:UN::SG3;SG03;UCF;M;1;SG4;C;999999
|
5
|
+
CONTRL:4:V4R1:UN::SG4;SG04;UCM;M;1;SG5;C;999
|
6
|
+
CONTRL:4:V4R1:UN::SG5;SG05;UCS;M;1;UCD;C;99
|
7
|
+
KEYMAN:4:V4R1:UN::;Security key and certificate management message;UNH;M;1;SG1;C;999;SG4;C;99;UNT;M;1
|
8
|
+
KEYMAN:4:V4R1:UN::SG1;SG01;USE;M;1;USX;C;1;SG2;M;9
|
9
|
+
KEYMAN:4:V4R1:UN::SG2;SG02;USF;M;1;USA;C;1;SG3;C;1
|
10
|
+
KEYMAN:4:V4R1:UN::SG3;SG03;USC;M;1;USA;C;3;USR;C;1
|
11
|
+
KEYMAN:4:V4R1:UN::SG4;SG04;USL;M;1;SG5;M;9999
|
12
|
+
KEYMAN:4:V4R1:UN::SG5;SG05;USC;M;1;USA;C;3;USR;C;1
|
13
|
+
AUTACK:4:V4R1:UN::;Secure authentication and acknowledgement message;UNH;M;1;SG1;M;99;USB;M;1;SG3;M;9999;SG4;M;99;UNT;M;1
|
14
|
+
AUTACK:4:V4R1:UN::SG1;SG01;USH;M;1;USA;C;3;SG2;C;2
|
15
|
+
AUTACK:4:V4R1:UN::SG2;SG02;USC;M;1;USA;C;3;USR;C;1
|
16
|
+
AUTACK:4:V4R1:UN::SG3;SG03;USX;M;1;USY;M;9
|
17
|
+
AUTACK:4:V4R1:UN::SG4;SG04;UST;M;1;USR;C;1
|
@@ -0,0 +1,8 @@
|
|
1
|
+
TXT;TEXT;010;0077;C;1;020;0078;M;1;
|
2
|
+
UNB;INTERCHANGE HEADER;010;S001;M;1;020;S002;M;1;030;S003;M;1;040;S004;M;1;050;0020;M;1;060;S005;C;1;070;0026;C;1;080;0029;C;1;090;0031;C;1;100;0032;C;1;110;0035;C;1;
|
3
|
+
UNE;FUNCTIONAL GROUP TRAILER;010;0060;M;1;020;0048;M;1;
|
4
|
+
UNG;FUNCTIONAL GROUP HEADER;010;0038;M;1;020;S006;M;1;030;S007;M;1;040;S004;M;1;050;0048;M;1;060;0051;M;1;070;S008;M;1;080;0058;C;1;
|
5
|
+
UNH;MESSAGE HEADER;010;0062;M;1;020;S009;M;1;030;0068;C;1;040;S010;C;1;
|
6
|
+
UNS;SECTION CONTROL;010;0081;M;1;
|
7
|
+
UNT;MESSAGE TRAILER;010;0074;M;1;020;0062;M;1;
|
8
|
+
UNZ;INTERCHANGE TRAILER;010;0036;M;1;020;0020;M;1;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
TXT;TEXT;010;0077;C;1;020;0078;M;1;
|
2
|
+
UNB;INTERCHANGE HEADER;010;S001;M;1;020;S002;M;1;030;S003;M;1;040;S004;M;1;050;0020;M;1;060;S005;C;1;070;0026;C;1;080;0029;C;1;090;0031;C;1;100;0032;C;1;110;0035;C;1;
|
3
|
+
UNE;FUNCTIONAL GROUP TRAILER;010;0060;M;1;020;0048;M;1;
|
4
|
+
UNG;FUNCTIONAL GROUP HEADER;010;0038;M;1;020;S006;M;1;030;S007;M;1;040;S004;M;1;050;0048;M;1;060;0051;M;1;070;S008;M;1;080;0058;C;1;
|
5
|
+
UNH;MESSAGE HEADER;010;0062;M;1;020;S009;M;1;030;0068;C;1;040;S010;C;1;
|
6
|
+
UNS;SECTION CONTROL;010;0081;M;1;
|
7
|
+
UNT;MESSAGE TRAILER;010;0074;M;1;020;0062;M;1;
|
8
|
+
UNZ;INTERCHANGE TRAILER;010;0036;M;1;020;0020;M;1;
|
@@ -0,0 +1,12 @@
|
|
1
|
+
UCD;DATA ELEMENT ERROR INDICATION;010;0085;M;1;020;S011;M;1;
|
2
|
+
UCF;FUNCTIONAL GROUP RESPONSE;010;0048;M;1;020;S006;M;1;030;S007;M;1;040;0083;M;1;050;0085;C;1;060;0013;C;1;070;S011;C;1;
|
3
|
+
UCI;INTERCHANGE RESPONSE;010;0020;M;1;020;S002;M;1;030;S003;M;1;040;0083;M;1;050;0085;C;1;060;0013;C;1;070;S011;C;1;
|
4
|
+
UCM;MESSAGE RESPONSE;010;0062;M;1;020;S009;M;1;030;0083;M;1;040;0085;C;1;050;0013;C;1;060;S011;C;1;
|
5
|
+
UCS;SEGMENT ERROR INDICATION;010;0096;M;1;020;0085;C;1;
|
6
|
+
UNB;INTERCHANGE HEADER;010;S001;M;1;020;S002;M;1;030;S003;M;1;040;S004;M;1;050;0020;M;1;060;S005;C;1;070;0026;C;1;080;0029;C;1;090;0031;C;1;100;0032;C;1;110;0035;C;1;
|
7
|
+
UNE;FUNCTIONAL GROUP TRAILER;010;0060;M;1;020;0048;M;1;
|
8
|
+
UNG;FUNCTIONAL GROUP HEADER;010;0038;M;1;020;S006;M;1;030;S007;M;1;040;S004;M;1;050;0048;M;1;060;0051;M;1;070;S008;M;1;080;0058;C;1;
|
9
|
+
UNH;MESSAGE HEADER;010;0062;M;1;020;S009;M;1;030;0068;C;1;040;S010;C;1;
|
10
|
+
UNS;SECTION CONTROL;010;0081;M;1;
|
11
|
+
UNT;MESSAGE TRAILER;010;0074;M;1;020;0062;M;1;
|
12
|
+
UNZ;INTERCHANGE TRAILER;010;0036;M;1;020;0020;M;1;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
UCD;DATA ELEMENT ERROR INDICATION;010;0085;M;1;020;S011;M;1;
|
2
|
+
UCF;GROUP RESPONSE;010;0048;M;1;020;S006;C;1;030;S007;C;1;040;0083;M;1;050;0085;C;1;060;0135;C;1;070;S011;C;1;080;0534;C;1;090;0138;C;1;
|
3
|
+
UCI;INTERCHANGE RESPONSE;010;0020;M;1;020;S002;M;1;030;S003;M;1;040;0083;M;1;050;0085;C;1;060;0135;C;1;070;S011;C;1;080;0534;C;1;090;0138;C;1;
|
4
|
+
UCM;MESSAGE/PACKAGE RESPONSE;010;0062;C;1;020;S009;C;1;030;0083;M;1;040;0085;C;1;050;0135;C;1;060;S011;C;1;070;0800;C;1;080;S020;C;99;090;0534;C;1;100;0138;C;1;
|
5
|
+
UCS;SEGMENT ERROR INDICATION;010;0096;M;1;020;0085;C;1;
|
6
|
+
UGH;ANTI-COLLISION SEGMENT GROUP HEADER;010;0087;M;1;
|
7
|
+
UGT;ANTI-COLLISION SEGMENT GROUP TRAILER;010;0087;M;1;
|
8
|
+
UIB;INTERACTIVE INTERCHANGE HEADER;010;S001;M;1;020;S302;C;1;030;S303;C;1;040;S018;C;1;050;S305;C;1;060;S002;C;1;070;S003;C;1;080;S300;C;1;090;0325;C;1;100;0035;C;1;
|
9
|
+
UIH;INTERACTIVE MESSAGE HEADER;010;S306;M;1;020;0340;C;1;030;S302;C;1;040;S301;C;1;050;S300;C;1;060;0035;C;1;
|
10
|
+
UIR;INTERACTIVE STATUS;010;0331;M;1;020;S307;C;9;030;S302;C;1;040;S300;C;1;050;0340;C;1;060;0800;C;1;
|
11
|
+
UIT;INTERACTIVE MESSAGE TRAILER;010;0340;C;1;020;0074;C;1;
|
12
|
+
UIZ;INTERACTIVE INTERCHANGE TRAILER;010;S302;C;1;020;0036;C;1;030;0325;C;1;
|
13
|
+
UNB;INTERCHANGE HEADER;010;S001;M;1;020;S002;M;1;030;S003;M;1;040;S004;M;1;050;0020;M;1;060;S005;C;1;070;0026;C;1;080;0029;C;1;090;0031;C;1;100;0032;C;1;110;0035;C;1;
|
14
|
+
UNE;GROUP TRAILER;010;0060;M;1;020;0048;M;1;
|
15
|
+
UNG;GROUP HEADER;010;0038;C;1;020;S006;C;1;030;S007;C;1;040;S004;C;1;050;0048;M;1;060;0051;C;1;070;S008;C;1;080;0058;C;1;
|
16
|
+
UNH;MESSAGE HEADER;010;0062;M;1;020;S009;M;1;030;0068;C;1;040;S010;C;1;050;S016;C;1;070;S018;C;1;
|
17
|
+
UNO;OBJECT HEADER;010;0800;M;1;020;S020;M;99;030;S021;M;99;040;S022;M;1;050;S302;C;1;060;S301;C;1;070;S300;C;1;080;0035;C;1;
|
18
|
+
UNP;OBJECT TRAILER;010;0810;M;1;020;0800;M;1;
|
19
|
+
UNS;SECTION CONTROL;010;0081;M;1;
|
20
|
+
UNT;MESSAGE TRAILER;010;0074;M;1;020;0062;M;1;
|
21
|
+
UNZ;INTERCHANGE TRAILER;010;0036;M;1;020;0020;M;1;
|
22
|
+
USA;SECURITY ALGORITHM;010;S502;M;1;020;S503;C;9;
|
23
|
+
USB;SECURED DATA IDENTIFICATION;010;0503;M;1;020;S501;C;1;030;S002;M;1;040;S003;M;1;
|
24
|
+
USC;CERTIFICATE;010;0536;C;1;020;S500;C;2;030;0545;C;1;040;0505;C;1;050;0507;C;1;070;0546;C;1;080;S505;C;5;090;S501;C;4;100;0567;C;1;110;0569;C;1;
|
25
|
+
USD;DATA ENCRYPTION HEADER;010;0556;M;1;020;0518;C;1;030;0582;C;1;
|
26
|
+
USE;SECURITY MESSAGE RELATION;010;0565;M;1;
|
27
|
+
USF;KEY MANAGEMENT FUNCTION;010;0579;C;1;020;S504;C;1;030;0567;C;1;040;0572;C;1;050;0505;C;1;
|
28
|
+
USH;SECURITY HEADER;010;0501;M;1;020;0534;M;1;030;0541;C;1;040;0503;C;1;050;0505;C;1;060;0507;C;1;070;0509;C;1;080;S500;C;2;090;0520;C;1;100;S501;C;1;
|
29
|
+
USL;SECURITY LIST STATUS;010;0567;M;1;020;S504;C;9;
|
30
|
+
USR;SECURITY RESULT;010;S508;M;2;
|
31
|
+
UST;SECURITY TRAILER;010;0534;M;1;020;0588;M;1;
|
32
|
+
USU;DATA ENCRYPTION TRAILER;010;0556;M;1;020;0518;C;1;
|
33
|
+
USX;SECURITY REFERENCES;010;0020;M;1;020;S002;C;1;030;S003;C;1;040;0048;C;1;050;S006;C;1;060;S007;C;1;070;0062;C;1;080;S009;C;1;090;0800;C;1;100;S501;C;1;
|
34
|
+
USY;SECURITY ON REFERENCES;010;0534;M;1;020;S508;C;2;030;0571;C;1;
|