@@ -8,8 +8,8 @@ version 1.1
88|series, sub_series, sub_sub_series, piece and item would be given, along with a specific format for batch_code|
99|(usually reflecting department and series)                                                                    |
1010--------------------------------------------------------------------------------------------------------------*/
11- /*The header of the schema file, ie the statements version 1.0  and @totalColumns 27, indicates that this schema 
12-   is using version 1.0  of the schema language (NB, not that that it is version 1.0  of this particular schema), 
11+ /*The header of the schema file, ie the statements version 1.1  and @totalColumns 27, indicates that this schema 
12+   is using version 1.1  of the schema language (NB, not that that it is version 1.1  of this particular schema), 
1313  and that there are 27 columns in total in the file.*/
1414batch_code: length(1,16) regex("^[0-9a-zA-Z]{1,16}$")
1515  //1st part, batch_code must be between 1 and 16 characters long, and (implicitly multiple conditions are joined  
@@ -98,4 +98,4 @@ image_crop: is("auto") or is("manual") or is("none")
9898  //must be string: auto; or string: manual or string: none (precisely - case as shown)
9999image_deskew: is("yes") or is("no")
100100  //must be string: yes; or string: no (precisely - case as shown)
101- comments: regex("[\w\s,.]+") @optional
101+ comments: regex("[\w\s,.]+") @optional
0 commit comments