mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 15:18:51 -05:00
Updated schema to reflect changes made in previous revision.
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2605 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
46e11cceb2
commit
3af023ccf7
16
xep-0255.xml
16
xep-0255.xml
@ -43,6 +43,16 @@
|
||||
<jid>ross@buddycloud.com</jid>
|
||||
|
||||
</author>
|
||||
<revision>
|
||||
<version>0.4</version>
|
||||
<date>2009-01-06</date>
|
||||
<initials>ht</initials>
|
||||
<remark>
|
||||
<ul>
|
||||
<li>Updated schema to reflect changes made in previous revision.</li>
|
||||
</ul>
|
||||
</remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>0.3</version>
|
||||
<date>2008-12-20</date>
|
||||
@ -704,7 +714,7 @@
|
||||
<xs:complexType>
|
||||
<xs:sequence minOccurs='1' maxOccurs='1'>
|
||||
<xs:element name='timestamp'
|
||||
minOccurs='1'
|
||||
minOccurs='0'
|
||||
maxOccurs='1'
|
||||
type='xs:datetime'/>
|
||||
<xs:element name='publish'
|
||||
@ -756,6 +766,10 @@
|
||||
minOccurs='0'
|
||||
maxOccurs='1'
|
||||
type='xs:int'/>
|
||||
<xs:element name='timestamp'
|
||||
minOccurs='0'
|
||||
maxOccurs='1'
|
||||
type='xs:datetime'/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
|
Loading…
Reference in New Issue
Block a user