An xsd:date type element has no the time data. : date « XML Schema « XML Tutorial






File: Schema.xsd

<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  targetNamespace="http://www.java2s.com" xmlns="http://www.java2s.com"
  elementFormDefault="qualified">

  <xs:element name="birthdate" type="xs:date" />

</xs:schema>


File: Data.xml

<?xml version="1.0"?>
<birthdate xmlns="http://www.java2s.com">1999-03-14</birthdate>








3.7.date
3.7.1.An xsd:date type element has no the time data.
3.7.2.The date data mtype represents a calendar date