Note that there are some explanatory texts on larger screens.

plurals
  1. POXML failure in XSD Schemas for MSML (RFC 5707)
    primarykey
    data
    text
    <p>I am trying to find somewhere valid xml schemas for <a href="http://tools.ietf.org/html/rfc5707" rel="nofollow">Media Server Markup Language (MSML) - RFC 5707</a>. I need to write a parser but I only find these spec doc. I copy &amp; paste them into .xsd files. But it seems that their is an error. I used JAXB to create from theses schemas classes but there occurs this error: (I translated the error message into english)</p> <blockquote> <p>[ERROR] Elementtyp "xs:complexType" need a appropriate Endtag "". Row 332 von file:/E:/Downloads/jaxb-ri-2.2.6/bin/msml-dialog-base-datatypes.xsd</p> </blockquote> <p>I checked the file with eclipse, and the problem is in this element definition:</p> <pre><code>&lt;xs:element name="dtmfgen" substitutionGroup="primitive"&gt; &lt;xs:complexType&gt; &lt;xs:extension base="primitiveType"&gt; &lt;xs:choice minOccurs="0"&gt; &lt;xs:element name="dtmfgenexit"&gt; &lt;xs:complexType&gt; &lt;xs:group ref="sendType"/&gt; &lt;/xs:complexType&gt; &lt;/xs:element&gt; &lt;/xs:choice&gt; &lt;xs:attribute name="level" use="optional" default="-6"&gt; &lt;xs:simpleType&gt; &lt;xs:restriction base="xs:nonPositiveInteger"&gt; &lt;xs:maxInclusive value="0"/&gt; &lt;xs:minInclusive value="-96"/&gt; &lt;/xs:restriction&gt; &lt;/xs:simpleType&gt; &lt;/xs:attribute&gt; &lt;xs:attribute name="digits" type="dtmfDigits.datatype" use="required"/&gt; &lt;xs:attribute name="dur" type="posDuration.datatype" use="optional" default="100ms"/&gt; &lt;xs:attribute name="interval" type="posDuration.datatype" use="optional" default="100ms"/&gt; &lt;/xs:extension&gt; &lt;/xs:complexContent&gt; &lt;/xs:complexType&gt; &lt;/xs:element&gt; </code></pre> <p>I can't find a solution to fix it so maybe someone of you can help me. Or give me a link to valid xsd package for MSML. Or even better someone has a parser for me.?</p> <p>Thanks G.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload