[Jingle] COIN Schema Issue
Bala Pitchandi
Bala at vidyo.com
Wed Jul 27 14:51:31 UTC 2011
Here's the fix:
<xs:element name="conference-info">
<xs:complexType>
<xs:attribute name='isfocus' type='xs:boolean' required='true'/>
</xs:complexType>
</xs:element>
As a general rule, it would be nice to verify that all schemas are validated using the W3C's Schema validator:
http://www.w3.org/2001/03/webdata/xsv
-- Bala
-----Original Message-----
From: Emil Ivov [mailto:emcho at jitsi.org]
Sent: Wednesday, July 27, 2011 9:50 AM
To: XMPP Jingle
Cc: Bala Pitchandi
Subject: Re: [Jingle] COIN Schema Issue
Thanks Bala!
Would you like to propose a fix as well?
Emil
На 26.07.11 00:55, Bala Pitchandi написа:
> The schema (Section 10.1) as specified in XEP-0298
> <http://xmpp.org/extensions/xep-0298.html#schema> does not validate
> and is not a valid XSD. The offending schema block is:
>
>
>
> <xs:elementname="conference-info"type="empty">
> <xs:complexType>
> <xs:attributename='isfocus'type='xs:boolean'required='true'/>
> </xs:complexType>
> </xs:element>
>
>
>
> A complex type can’t have the attribute “type”.
>
>
>
> -- Bala
--
http://jitsi.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.jabber.org/pipermail/jingle/attachments/20110727/1727ddea/attachment.htm>
More information about the Jingle
mailing list