-
Notifications
You must be signed in to change notification settings - Fork 10
Decide and document how data types are used wrt LtC #389
Comments
Note - w3c standard from meeting: https://www.w3.org/TR/xmlschema-2/#scope |
From Ben Norton: Here's an extended set if data type definitions that are based on json schema. Data Type enumerated Integer float boolean date datetime string |
datatypes currently used in the the termlist: https://json-schema.org/draft/2020-12/json-schema-core.html#name-instance-data-model |
Data types are a level of specificity above the bag of terms in a TDWG standard. As a result, data types are not included in the core documentation files. A separate effort to standardize data types across TDWG is in progress as part of a larger set of TDWG recommendations. I recommend tabling this task for now until that effort is complete. |
Data types - audience first, then specificity on how it should be used
If not intended to be restrictive/validatable format, provide usage
If it is / For machine, need to accommodate for implementation-language
E.g. Date
= string + format on top in json-schema
= primitive data type in xsd (https://www.w3.org/TR/xmlschema-2/#built-in-primitive-datatypes)
The text was updated successfully, but these errors were encountered: