Difference between revisions of "DTr1 TS.DATE"
(Automated ADBot page content) |
|||
| Line 21: | Line 21: | ||
| @value || optional || ts | | @value || optional || ts | ||
|- | |- | ||
| − | | @nullFlavor || | + | | @nullFlavor || optional || cs |
|- | |- | ||
|} | |} | ||
Latest revision as of 10:40, 17 July 2020
Contents
TS.DATE Time Stamp - Flavor Date
| Datatype Release 1 | Realm |
|---|---|
| TS.DATE |
constrains TS so that it may only contain a date value YYYYMMDD (or YYYYMM or YYYY)
def: let hasTimezone : Boolean = value.pos("+") > 0 or value.pos("-") > 0
inv "Date": not hasTimezone and value.size <= 8
Operationalization
May only contain a date value YYYYMMDD (or YYYYMM or YYYY)
Registered Attributes and Child Elements
| @Attribute / Element | Cardinality | Datatype |
|---|---|---|
| @value | optional | ts |
| @nullFlavor | optional | cs |
Core Schematron Rules (CSR)
The following rules are defined in the base core schematrons (
errors,
warnings,
infos).
| Rule ID: TS.DATE
Extends Rule(s): TS Constraints |