aas-specs
aas-specs copied to clipboard
Replace xs:dateType with xs:dateTime
xs:dateType does not exist, neither in XML Schema 1.0 or 1.1. Furthermore, XML Schema Datatypes 1.1 also know the xs:dateTime, therefore, there is no need to switch to xs:dateTimeStamp.
closes #467