Skip to content

Commit 9a96400

Browse files
author
DavidUnderdown
committed
2 parents 1b19e86 + 669b460 commit 9a96400

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example-schemas/generic_digitised_surrogate_tech_acq_metadata_v1.1.csvs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.*/
1414
batch_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)
9999
image_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

Comments
 (0)