XEP-0319: Make the schema more precise about a date being a xs:dateTime.

This commit is contained in:
Emmanuel Gil Peyrot 2017-07-17 21:43:00 +01:00
parent 5d5d8d7d1d
commit faa981f499
1 changed files with 7 additions and 1 deletions

View File

@ -24,6 +24,12 @@
<supersededby/>
<shortname>idle</shortname>
&tobias;
<revision>
<version>1.0.1</version>
<date>2017-07-17</date>
<initials>egp</initials>
<remark><p>Make the schema more precise about a date being a xs:dateTime.</p></remark>
</revision>
<revision>
<version>1.0</version>
<date>2015-04-02</date>
@ -98,7 +104,7 @@
<xs:element name="idle">
<xs:complexType>
<xs:attribute name="since" use="required" type="xs:string"/>
<xs:attribute name="since" use="required" type="xs:dateTime"/>
</xs:complexType>
</xs:element>