1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-08-13 16:53:48 -04: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:
Helge Timenes 2009-01-06 14:54:42 +00:00
parent 46e11cceb2
commit 3af023ccf7

View File

@ -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>