XML Tutorial/XML Schema/timeInstant

Материал из Web эксперт
Перейти к: навигация, поиск

time type with timeInstant

   <source lang="xml">

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></source>