mirror of
https://github.com/moparisthebest/xeps
synced 2025-01-30 23:10:10 -05:00
XEP-0319: Make the schema more precise about a date being a xs:dateTime.
This commit is contained in:
parent
5d5d8d7d1d
commit
faa981f499
@ -24,6 +24,12 @@
|
|||||||
<supersededby/>
|
<supersededby/>
|
||||||
<shortname>idle</shortname>
|
<shortname>idle</shortname>
|
||||||
&tobias;
|
&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>
|
<revision>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
<date>2015-04-02</date>
|
<date>2015-04-02</date>
|
||||||
@ -98,7 +104,7 @@
|
|||||||
|
|
||||||
<xs:element name="idle">
|
<xs:element name="idle">
|
||||||
<xs:complexType>
|
<xs:complexType>
|
||||||
<xs:attribute name="since" use="required" type="xs:string"/>
|
<xs:attribute name="since" use="required" type="xs:dateTime"/>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user