DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10256>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10256

Problem with schema validation

           Summary: Problem with schema validation
           Product: Xerces-J
           Version: 1.4.4
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Schema-Structures
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I've authored a schema using XML Spy which I checked with IBM's SQC 2.0 also to 
ensure that it is valid.

However when attempting to validate an instance document against it using 
Xerces I get the following error:

Schema error: Anonymous complexType: ct-props-correct.3:  Recursive type 
definition.

The fragment that it reports there being an error with looks like this:

<xs:complexType name="integerType">
  <xs:sequence>
    <xs:element name="default" type="xs:integer" minOccurs="0"/>
    <xs:choice minOccurs="0">
        <xs:element name="range" maxOccurs="unbounded">
          <xs:complexType>
            <xs:sequence>
                <xs:element name="min" type="xs:integer"/>
                <xs:element name="max" type="xs:integer"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      <xs:element name="enum">
          <xs:complexType>
            <xs:sequence>
                <xs:element name="item" type="xs:integer" 
maxOccurs="unbounded"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
        <xs:element name="patterns" type="patternsType"/>
    </xs:choice>
  </xs:sequence>
</xs:complexType>

Can anyone help me on this?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to