I am using protege to a create semantic model that uses the data types from the namespace http://www.w3.org/2001/XMLSchema#.
When I analyzed the DataType list I saw two types that are more or less the same: http://www.w3.org/2001/XMLSchema#dateTime and the http://www.w3.org/2001/XMLSchema#dateTimeStamp.
So I was determined to find out the differences between them, but the problem is I couldn't find the descriptions/definitions anywhere.
Can anybody give me a link where I can see the document that contains the definitions of these two data types? Or are they not supported anymore?
I navigated to http://www.w3.org/2001/XMLSchema# and to https://www.w3.org/2009/XMLSchema/XMLSchema.xsd but I could not find the definitions.