Difference between revisions of "DTr1 TS.AT.TZ"
(Automated ADBot page content) |
(Automatic ADBot page content) |
||
| (13 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=TS.AT.TZ Time Stamp - Flavor Date= | =TS.AT.TZ Time Stamp - Flavor Date= | ||
| − | {| | + | {| class="artdecorwiki" |
! style="text-align:left;" | Datatype Release 1 !! Realm | ! style="text-align:left;" | Datatype Release 1 !! Realm | ||
|- | |- | ||
| − | |TS.AT.TZ || [[File:Flag_at.svg|20px|link=]] AT | + | | style="height:30px; vertical-align:middle;" | '''TS.AT.TZ''' || style="vertical-align:middle;" | [[File:Flag_at.svg|20px|link=]] AT |
| − | |}''SHALL be precise to the day (YYYYMMDD) or SHALL be precise to the second | + | |} |
| + | |||
| + | ''SHALL be precise to the day (YYYYMMDD) or SHALL be precise to the second (YYYYMMDDhhmmss) without milliseconds.'' | ||
| + | |||
| + | ''SHALL include a time zone if more precise to the second (YYYYMMDDhhmmss[+/-]HHMM)'' | ||
=Operationalization= | =Operationalization= | ||
| − | Precise to the date -or- precise to the second and timezone required | + | Precise to the date -or- precise to the second and timezone required, no milliseconds allowed |
==Registered Attributes and Child Elements== | ==Registered Attributes and Child Elements== | ||
{| class="artdecorwiki" | {| class="artdecorwiki" | ||
| Line 19: | Line 23: | ||
|} | |} | ||
==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.AT.TZ''' | {{ConstraintBox|Rule ID: '''TS.AT.TZ''' | ||
Extends Rule(s): [[DTr1_TS|TS]] | Extends Rule(s): [[DTr1_TS|TS]] | ||
Constraints | Constraints | ||
| − | *{{Error}} dtr1-1-TS.AT.TZ: time if specified SHALL be precise to the day or precise to the second | + | *{{Error}} dtr1-1-TS.AT.TZ: time if specified SHALL be precise to the day (YYYYMMDD) or SHALL be precise to the second (YYYYMMDDhhmmss) without milliseconds. Found <value-of select="local-name()"/> "<value-of select="@value"/>" |
| − | *{{Error}} dtr1-2-TS.AT.TZ: time SHALL include a time zone if more precise | + | *{{Error}} dtr1-2-TS.AT.TZ: time SHALL include a time zone if more precise to the second (YYYYMMDDhhmmss[+/-]HHMM). Found <value-of select="local-name()"/> "<value-of select="@value"/>" |
}} | }} | ||
[[Category:DTr1|TS.AT.TZ]] | [[Category:DTr1|TS.AT.TZ]] | ||
Latest revision as of 21:41, 2 July 2020
Contents
TS.AT.TZ Time Stamp - Flavor Date
| Datatype Release 1 | Realm |
|---|---|
| TS.AT.TZ |
SHALL be precise to the day (YYYYMMDD) or SHALL be precise to the second (YYYYMMDDhhmmss) without milliseconds.
SHALL include a time zone if more precise to the second (YYYYMMDDhhmmss[+/-]HHMM)
Operationalization
Precise to the date -or- precise to the second and timezone required, no milliseconds allowed
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.AT.TZ
Extends Rule(s): TS Constraints
|