Difference between revisions of "DTr1 TS.DATE"

(Automated ADBot page content)
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
  
 
=TS.DATE Time Stamp - Flavor Date=
 
=TS.DATE Time Stamp - Flavor Date=
Datatype Release 1: TS.DATE
+
{| class="artdecorwiki"
 
+
! style="text-align:left;" | Datatype Release 1 !! Realm
Realm: [[File:Universalrealm.png|20px|link=]] UV
+
|-
 +
| style="height:30px; vertical-align:middle;" | '''TS.DATE''' || style="vertical-align:middle;" | [[File:Universalrealm.png|20px|link=]] UV
 +
|}
  
 
''constrains TS so that it may only contain a date value YYYYMMDD (or YYYYMM or YYYY)''
 
''constrains TS so that it may only contain a date value YYYYMMDD (or YYYYMM or YYYY)''
Line 19: Line 21:
 
| @value ||  optional  || ts
 
| @value ||  optional  || ts
 
|-
 
|-
| @nullFlavor ||  optional  || cs
+
| @nullFlavor ||  optional   || cs
 
|-
 
|-
 
|}
 
|}
 
==Core Schematron Rules (CSR)==
 
==Core Schematron Rules (CSR)==
The following rules are defined in the base core schematrons.
+
The following rules are defined in the base core schematrons ({{Error}} errors, {{Warning}} warnings, {{Info}} infos).
 
{{ConstraintBox|Rule ID: '''TS.DATE'''
 
{{ConstraintBox|Rule ID: '''TS.DATE'''
 
Extends Rule(s): [[DTr1_TS|TS]]  
 
Extends Rule(s): [[DTr1_TS|TS]]  

Latest revision as of 10:40, 17 July 2020

TS.DATE Time Stamp - Flavor Date

Datatype Release 1 Realm
TS.DATE Universalrealm.png UV

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 (Alert.png errors, Warning.png warnings, Info.png infos).

Check-circle.svg Rule ID: TS.DATE

Extends Rule(s): TS

Constraints

  • Alert.png dtr1-1-TS.DATE: null or date precision of time stamp shall be YYYYMMDD.