git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@419 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2007-01-25 18:23:54 +00:00
parent bcf84b9f5e
commit 067239b9e8
1 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@
<spec>XEP-0090</spec>
</supersedes>
<supersededby/>
<shortname>Not yet assigned</shortname>
<shortname>NOT YET ASSIGNED</shortname>
&stpeter;
<author>
<firstname>Maciej</firstname>
@ -69,7 +69,7 @@
</tr>
<tr>
<td>&lt;tzo/&gt;</td>
<td>The entity's numeric time zone offset from UTC. The format MUST conform to Time Zone Definition (TZD) in <cite>XEP-0082</cite>.</td>
<td>The entity's numeric time zone offset from UTC. The format MUST conform to the Time Zone Definition (TZD) specified in <cite>XEP-0082</cite>.</td>
<td>REQUIRED</td>
</tr>
<tr>
@ -129,8 +129,8 @@
<xs:element name='time'>
<xs:complexType>
<xs:sequence minOccurs='0'>
<xs:element name='tzo' type='xs:string' maxOccurs='1'/>
<xs:element name='utc' type='xs:string' maxOccurs='1'/>
<xs:element name='tzo' type='xs:string'/>
<xs:element name='utc' type='xs:string'/>
</xs:sequence>
</xs:complexType>
</xs:element>