XML Tutorial/XML Schema/timeInstant — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 08:26, 26 мая 2010
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>