The following is an example of a dateTime declaration in a schema:<xs:element name="startdate" type="xs:dateTime"/>
An element in your document might look like this:<startdate>2002-05-30T09:00:00</startdate>
If UTC: <startdate>2002-05-30T09:00:00Z</startdate>
2021-12-13: Updated with "s+"