Hi all,

I've tried to load simple schema as:

<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema";
targetNamespace="http://www.example.org/NewXMLSchema";
xmlns:tns="http://www.example.org/NewXMLSchema";
elementFormDefault="qualified">
<element name="test"  minOccurs="0"/>
</schema>

with castor 1.0. It is loaded successfully. However if I try to
validate it via http://www.w3.org/2001/03/webdata/xsv I get:

Schema representation errors
Detected during instance validation

file:///usr/local/XSV/xsvlog/tmpbPYn1Guploaded:3:2: Invalid: top-level
element may not have minOccurs
Problems with the schema-validity of the target

file:///usr/local/XSV/xsvlog/tmpbPYn1Guploaded:3:2: Invalid per
cvc-complex-type.1.3: undeclared attribute {None}:minOccurs

Best regards,
Stoil

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to