Skip to content

Commit 97126c2

Browse files
committed
Sync with Syntax Dictionary version 2022-11-24
1 parent 12ba9de commit 97126c2

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/c-lib/aitable.inc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ static struct aiEntry embedded_ai_table[] = {
401401
AI_ENTRY( "412" , NO_FNC1, N,13,13,MAN,csum,key, __, __, __, __, "", "PURCHASE FROM" ),
402402
AI_ENTRY( "413" , NO_FNC1, N,13,13,MAN,csum,key, __, __, __, __, "", "SHIP FOR LOC" ),
403403
AI_ENTRY( "414" , NO_FNC1, N,13,13,MAN,csum,key, __, __, __, __, "dlpkey=254|7040", "LOC NO." ),
404-
AI_ENTRY( "415" , NO_FNC1, N,13,13,MAN,csum,key, __, __, __, __, "req=8020", "PAY TO" ),
404+
AI_ENTRY( "415" , NO_FNC1, N,13,13,MAN,csum,key, __, __, __, __, "req=8020 dlpkey=8020", "PAY TO" ),
405405
AI_ENTRY( "416" , NO_FNC1, N,13,13,MAN,csum,key, __, __, __, __, "", "PROD/SERV LOC" ),
406406
AI_ENTRY( "417" , NO_FNC1, N,13,13,MAN,csum,key, __, __, __, __, "dlpkey=7040", "PARTY" ),
407407
AI_ENTRY( "420" , DO_FNC1, X,1,20,MAN,_,_, __, __, __, __, "ex=421", "SHIP TO POST" ),
@@ -449,6 +449,7 @@ static struct aiEntry embedded_ai_table[] = {
449449
AI_ENTRY( "7008", DO_FNC1, X,1,3,MAN,_,_, __, __, __, __, "req=01,02", "AQUATIC SPECIES" ),
450450
AI_ENTRY( "7009", DO_FNC1, X,1,10,MAN,_,_, __, __, __, __, "req=01,02", "FISHING GEAR TYPE" ),
451451
AI_ENTRY( "7010", DO_FNC1, X,1,2,MAN,_,_, __, __, __, __, "req=01,02", "PROD METHOD" ),
452+
AI_ENTRY( "7011", DO_FNC1, N,6,6,MAN,yymmdd,_, N,4,4,OPT,hhmm,_, __, __, __, "req=01,02", "TEST BY DATE" ),
452453
AI_ENTRY( "7020", DO_FNC1, X,1,20,MAN,_,_, __, __, __, __, "req=01,8006 req=416", "REFURB LOT" ),
453454
AI_ENTRY( "7021", DO_FNC1, X,1,20,MAN,_,_, __, __, __, __, "req=01,8006", "FUNC STAT" ),
454455
AI_ENTRY( "7022", DO_FNC1, X,1,20,MAN,_,_, __, __, __, __, "req=7021", "REV STAT" ),

src/c-lib/gs1-syntax-dictionary.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GS1 Application Identifier Syntax Dictionary
22
# --------------------------------------------
33
#
4-
# Release: 2022-08-10
4+
# Release: 2022-11-24
55
#
66
# This is the GS1 Application Identifier format "Syntax Dictionary".
77
#
@@ -44,7 +44,7 @@
4444
#
4545
# "N5" - length == 5
4646
# "N..20" - 1 <= length <= 20
47-
# "[...]" - optional component
47+
# "[...]" - optional final component
4848
#
4949
# Each Linter is the name of a reference procedure that performs content
5050
# validation of the component.
@@ -195,7 +195,7 @@
195195
412 * N13,csum,key # PURCHASE FROM
196196
413 * N13,csum,key # SHIP FOR LOC
197197
414 * N13,csum,key dlpkey=254|7040 # LOC NO.
198-
415 * N13,csum,key req=8020 # PAY TO
198+
415 * N13,csum,key req=8020 dlpkey=8020 # PAY TO
199199
416 * N13,csum,key # PROD/SERV LOC
200200
417 * N13,csum,key dlpkey=7040 # PARTY
201201
420 X..20 ex=421 # SHIP TO POST

0 commit comments

Comments
 (0)