diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-09-27 13:53:47 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2007-09-27 13:53:47 +0000 |
commit | e616039cbcb0cb8111657ea10dacb108d3592b44 (patch) | |
tree | 455fd1f5f2aac6523c0e32021517babd4d76a4c1 /docs | |
parent | e460ca3d215e2b1586d469488b12298329c06e81 (diff) |
tubes.xml: add <close/> to XML schema
Diffstat (limited to 'docs')
-rw-r--r-- | docs/tubes.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/tubes.xml b/docs/tubes.xml index bc3cff1ea..d19af8a0d 100644 --- a/docs/tubes.xml +++ b/docs/tubes.xml @@ -593,7 +593,7 @@ </xs:simpleContent> </xs:complexType> - <xs:complexType name='stream-connection'> + <xs:complexType name='tube-reference'> <xs:simpleContent> <xs:extension base='empty'> <xs:attribute name='tube' use='required' type='xs:unsignedInt'/> @@ -601,10 +601,12 @@ </xs:simpleContent> </xs:complexType> - <xs:element name='stream' type='stream-connection'/> + <xs:element name='close' type='tube-reference'/> + + <xs:element name='stream' type='tube-reference'/> <!-- only valid in a MUC --> - <xs:element name='muc-stream' type='stream-connection'/> + <xs:element name='muc-stream' type='tube-reference'/> <xs:simpleType name='empty'> <xs:restriction base='xs:string'> |