git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1597 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2008-01-23 19:29:19 +00:00
parent 1260fbf5be
commit 48502b9c03
1 changed files with 13 additions and 0 deletions

View File

@ -25,6 +25,12 @@
</schemaloc>
&hildjj;
&stpeter;
<revision>
<version>1.5pre1</version>
<date>2008-01-23</date>
<initials>jjh/psa</initials>
<remark><p>Added velocity element.</p></remark>
</revision>
<revision>
<version>1.4</version>
<date>2007-07-16</date>
@ -252,6 +258,12 @@
<td>http://beta.plazes.com/plazes/1940:jabber_inc</td>
<td>xs:anyURI</td>
</tr>
<tr>
<td>velocity</td>
<td>The speed at which the entity is moving, in meters per second</td>
<td>344</td>
<td>xs:decimal</td>
</tr>
</table>
<p>NOTE: The datatypes specified above are defined in &w3xmlschema2;.</p>
</section1>
@ -462,6 +474,7 @@
<xs:element name='text' minOccurs='0' type='xs:string'/>
<xs:element name='timestamp' minOccurs='0' type='xs:datetime'/>
<xs:element name='uri' minOccurs='0' type='xs:anyURI'/>
<xs:element name='velocity' minOccurs='0' type='xs:decimal'/>
</xs:sequence>
</xs:complexType>
</xs:element>