Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Your XML is wrong as per your Schema, have a look:</p> <p><strong>XML:</strong></p> <pre><code>&lt;classBean&gt; &lt;id&gt;http://purl.bioontology.org/ontology/provisional/9cc8b147-e193-4d23-a3a1-9da34eeeb5a9&lt;/id&gt; &lt;fullId&gt;http://purl.bioontology.org/ontology/provisional/9cc8b147-e193-4d23-a3a1-9da34eeeb5a9&lt;/fullId&gt; &lt;label&gt;OzbbBugGbIINcdpSY&lt;/label&gt; &lt;synonyms&gt; &lt;string&gt;ux0fBN http://www.ggiodpc.com/www.6shpFpANPwYnffbs9P5rsRN67oJWDZuQ.com.php&lt;/string&gt; &lt;/synonyms&gt; &lt;definitions&gt; &lt;string&gt;ux0fBN http://www.ggiodpc.com/www.6shpFpANPwYnffbs9P5rsRN67oJWDZuQ.com.php&lt;/string&gt; &lt;/definitions&gt; </code></pre> <p><strong>XSD</strong></p> <pre><code> &lt;xs:element name="classBean"&gt; &lt;xs:complexType&gt; &lt;xs:choice minOccurs="0" maxOccurs="unbounded"&gt; &lt;xs:element ref="c:fullId" maxOccurs="1" minOccurs="0"/&gt; &lt;xs:element ref="c:id" maxOccurs="1" minOccurs="0"/&gt; &lt;xs:element ref="c:label" maxOccurs="1" minOccurs="0"/&gt; &lt;xs:element ref="c:relations" maxOccurs="1" minOccurs="0"/&gt; &lt;xs:element name="type" type="xs:string" maxOccurs="1" minOccurs="0"/&gt; &lt;/xs:choice&gt; &lt;/xs:complexType&gt; &lt;/xs:element&gt; </code></pre> <p>NOTE: 'synonyms' and 'definitions' is not valid child of 'classBean' element.</p> <p>Same thing for 'entry' element where you have 'date' and 'null' as child but as per schema it is not valide. There are some more errors. </p> <p>There might be a possiblity that SAX Parser is not reflecting correct line number of errors.</p>
    singulars
    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.
    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