time type with timeInstant : timeInstant « 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="birth" type="xs:timeInstant" />

</xs:schema>


File: Data.xml
<birth>1999-03-14T18:27:46.2398Z</birth>








3.49.timeInstant
3.49.1.time type with timeInstant