XsdDate¶
Fully qualified primitivetype name: DDICDIModels::DDICDILibrary::DataTypes::XMLSchemaDataTypes::XsdDate
Definition¶
Primitive data type “date” of the XML Schema data types.
Definition from XML Schema Part 2: Datatypes Second Edition: “The value space of date consists of top-open intervals of exactly one day in length on the timelines of dateTime, beginning on the beginning moment of each day (in each timezone), i.e. ‘00:00:00’, up to but not including ‘24:00:00’ (which is identical with ‘00:00:00’ of the next day). For nontimezoned values, the top-open intervals disjointly cover the nontimezoned timeline, one per day. For timezoned values, the intervals begin at every minute and therefore overlap.” For details see https://www.w3.org/TR/xmlschema-2/#date.
Diagram
Usage
Type |
Package |
Classifier |
Attribute |
---|---|---|---|
DataType |
StructuredDataTypes |
isoDate |
|
DataType |
StructuredDataTypes |
versionDate |
|
DataType |
StructuredDataTypes |
translationDate |
|
DataType |
StructuredDataTypes |
recordCreationDate |
|
DataType |
StructuredDataTypes |
recordLastRevisionDate |
Syntax representations / encodings
All syntax representations except the Canonical XMI are provided as reference points for specific implementations, or for use as defaults if sufficient in the form presented.
Fragment for the data type XsdDate (entire XMI model)
1<packagedElement xmlns:StandardProfile="http://www.eclipse.org/uml2/5.0.0/UML/Profile/Standard"
2 xmlns:uml="http://www.eclipse.org/uml2/5.0.0/UML"
3 xmlns:xmi="http://www.omg.org/spec/XMI/20131001"
4 xmi:id="DDICDIModels-DDICDILibrary-DataTypes-XMLSchemaDataTypes-XsdDate"
5 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#XsdDate"
6 xmi:type="uml:PrimitiveType">
7 <ownedComment xmi:id="DDICDIModels-DDICDILibrary-DataTypes-XMLSchemaDataTypes-XsdDate-ownedComment"
8 xmi:uuid="http://ddialliance.org/Specification/DDI-CDI/1.0/XMI/#XsdDate-ownedComment"
9 xmi:type="uml:Comment">
10 <annotatedElement xmi:idref="DDICDIModels-DDICDILibrary-DataTypes-XMLSchemaDataTypes-XsdDate"/>
11 <body>Definition
12============
13Primitive data type "date" of the XML Schema data types.
14
15Definition from XML Schema Part 2: Datatypes Second Edition:
16"The value space of date consists of top-open intervals of exactly one day in length on the timelines of dateTime, beginning on the beginning moment of each day (in each timezone), i.e. '00:00:00', up to but not including '24:00:00' (which is identical with '00:00:00' of the next day). For nontimezoned values, the top-open intervals disjointly cover the nontimezoned timeline, one per day. For timezoned values, the intervals begin at every minute and therefore overlap." For details see https://www.w3.org/TR/xmlschema-2/#date.</body>
17 </ownedComment>
18 <name>XsdDate</name>
19</packagedElement>
Fragment for the data type XsdDate (entire XML Schema)
1<!-- XML Schema primitive: xs:date -->
Fragment for the data type XsdDate (main ontology, entire ontology as zip)
1# datatype XsdDate
2# based on the UML data type DDICDIModels::DDICDILibrary::DataTypes::XMLSchemaDataTypes::XsdDate
3xsd:date
4 a rdfs:Class, owl:Class, ucmis:StructuredDataType;
5 rdfs:label "XsdDate";
6 rdfs:comment "Definition\n============\nPrimitive data type \"date\" of the XML Schema data types.\n\nDefinition from XML Schema Part 2: Datatypes Second Edition:\n\"The value space of date consists of top-open intervals of exactly one day in length on the timelines of dateTime, beginning on the beginning moment of each day (in each timezone), i.e. '00:00:00', up to but not including '24:00:00' (which is identical with '00:00:00' of the next day). For nontimezoned values, the top-open intervals disjointly cover the nontimezoned timeline, one per day. For timezoned values, the intervals begin at every minute and therefore overlap.\" For details see https://www.w3.org/TR/xmlschema-2/#date."@en;
7
8 owl:hasKey ();
9.
Fragment for the data type XsdDate (main JSON-LD entire JSON-LD as zip)
1{
2 "@context": [
3 {
4 "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
5 "xsd": "http://www.w3.org/2001/XMLSchema#",
6 "XsdDate": "xsd:date",
7
8 " comment ": "tag:json-should-support-trailing-commas"
9 }
10 ],
11 "generatedBy": "This code was generated by the Eclipse Acceleo project UCMIS M2T on 2024-03-16 23:40:14.",
12 "basedOn": "based on the UML data type DDICDIModels::DDICDILibrary::DataTypes::XMLSchemaDataTypes::XsdDate"
13}