mirror of
https://github.com/moparisthebest/xeps
synced 2025-01-30 15:00:09 -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/>
|
||||
<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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user