@@ -7,21 +7,23 @@ module SegmentDefs
77 e = ElementDefs
88 r = ElementReqs
99
10- OID = s ::SegmentDef . build ( :OID , "Order identification" ,
11- "" ,
12- e ::E127 . simple_use ( r ::Relational , s ::RepeatCount . bounded ( 1 ) ) ,
13- e ::E324 . simple_use ( r ::Relational , s ::RepeatCount . bounded ( 1 ) ) ,
14- e ::E355 . simple_use ( r ::Relational , s ::RepeatCount . bounded ( 1 ) ) ,
15- e ::E380 . simple_use ( r ::Relational , s ::RepeatCount . bounded ( 1 ) ) ,
16- e ::E188 . simple_use ( r ::Relational , s ::RepeatCount . bounded ( 1 ) ) ,
17- e ::E81 . simple_use ( r ::Relational , s ::RepeatCount . bounded ( 1 ) ) ,
18- e ::E184 . simple_use ( r ::Relational , s ::RepeatCount . bounded ( 1 ) ) ,
19- e ::E183 . simple_use ( r ::Relational , s ::RepeatCount . bounded ( 1 ) ) ,
10+ OID = s ::SegmentDef . build ( :OID , "Order Identification Detail" ,
11+ "To specify order identification detail" ,
12+ e ::E127 . simple_use ( r ::Relational , s ::RepeatCount . bounded ( 1 ) ) , # Min 30
13+ e ::E324 . simple_use ( r ::Relational , s ::RepeatCount . bounded ( 1 ) ) , # Min 22
14+ e ::E127 . simple_use ( r ::Optional , s ::RepeatCount . bounded ( 1 ) ) , # Min 30
15+ e ::E355 . simple_use ( r ::Relational , s ::RepeatCount . bounded ( 1 ) ) , # Min 2
16+ e ::E380 . simple_use ( r ::Relational , s ::RepeatCount . bounded ( 1 ) ) , # Min 15
17+ e ::E188 . simple_use ( r ::Relational , s ::RepeatCount . bounded ( 1 ) ) , # Min 1
18+ e ::E81 . simple_use ( r ::Relational , s ::RepeatCount . bounded ( 1 ) ) , # Min 10
19+ e ::E184 . simple_use ( r ::Relational , s ::RepeatCount . bounded ( 1 ) ) , # Min 1
20+ e ::E183 . simple_use ( r ::Relational , s ::RepeatCount . bounded ( 1 ) ) , # Min 8
2021 SyntaxNotes ::R . build ( 1 , 2 ) ,
2122 SyntaxNotes ::C . build ( 3 , 2 ) ,
2223 SyntaxNotes ::P . build ( 4 , 5 ) ,
2324 SyntaxNotes ::P . build ( 6 , 7 ) ,
24- SyntaxNotes ::P . build ( 8 , 9 ) )
25+ SyntaxNotes ::P . build ( 8 , 9 )
26+ )
2527 end
2628 end
2729 end
0 commit comments