From 09c7efdd8eeda2d53c33e8f179088d1773e7f010 Mon Sep 17 00:00:00 2001 From: sebbader-sap <107036549+sebbader-sap@users.noreply.github.com> Date: Thu, 12 Dec 2024 16:02:59 +0100 Subject: [PATCH] Replace xs:dateType with xs:dateTime (#461) * replace xs:dateType with xs:dateTime * use schema 1.1 (xmlschema-2) --------- Co-authored-by: Birgit Boss <59824205+BirgitBoss@users.noreply.github.com> --- .../modules/ROOT/pages/spec-metamodel/datatypes.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/documentation/IDTA-01001/modules/ROOT/pages/spec-metamodel/datatypes.adoc b/documentation/IDTA-01001/modules/ROOT/pages/spec-metamodel/datatypes.adoc index 8df918e7b..8d0d047cf 100644 --- a/documentation/IDTA-01001/modules/ROOT/pages/spec-metamodel/datatypes.adoc +++ b/documentation/IDTA-01001/modules/ROOT/pages/spec-metamodel/datatypes.adoc @@ -35,8 +35,8 @@ See Clause xref:spec-metamodel/constraints.adoc#constraints-for-types[Constraint |xsd |https://www.w3.org/TR/xmlschema-2/#boolean[boolean] |true, false |true, false -|xsd |https://www.w3.org/TR/xmlschema-2/#dateType[dateType] |Date and time with or without time zone |"2000-01-01T14:23:00", + -"2000-01-01T14:23:00.66372+14:00"footnote:[Corresponds to xs:dateTimeStamp in XML Schema 1.1] +|xsd |https://www.w3.org/TR/xmlschema-2/#dateTime[dateTime] |Date and time with or without time zone |"2000-01-01T14:23:00", + +"2000-01-01T14:23:00.66372+14:00"footnote:[Corresponds to https://www.w3.org/TR/xmlschema-2/#dateTime[xs:dateTime] in XML Schema 1.0] |xsd |https://www.w3.org/TR/xmlschema-2/#duration[duration] |Duration of time |"-P1Y2M3DT1H", + "PT1H5M0S" @@ -572,5 +572,7 @@ Simple two-letter language tags for locales like "de" conformant to ISO 639-1 ar IETF language tags are referencing ISO 639, ISO 3166 and ISO 15924. .Built-In Types of XML Schema Definition 1.0 (XSD)footnote:[Source: https://www.w3.org/TR/xmlschema-2/#built-in-primitive-datatypes] + [[image-55-xml-built-in-types]] -image::55-xml-built-in-types.png[] \ No newline at end of file +image::55-xml-built-in-types.png[] +