XML Tutorial/XML Schema/timeInstant
time type with timeInstant
File: Schema.xsd
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.wbex.ru" xmlns="http://www.wbex.ru"
elementFormDefault="qualified">
<xs:element name="birth" type="xs:timeInstant" />
</xs:schema>
File: Data.xml
<birth>1999-03-14T18:27:46.2398Z</birth>