Namespace definitions attached to xs:extension/xs:restriction are not processed
-------------------------------------------------------------------------------

                 Key: XERCESC-1832
                 URL: https://issues.apache.org/jira/browse/XERCESC-1832
             Project: Xerces-C++
          Issue Type: Bug
          Components: Validating Parser (XML Schema)
    Affects Versions: 3.0.0
            Reporter: Alberto Massari
            Assignee: Alberto Massari


Run the SCMPrint sample on the attached file: it will report 2 sets of errors

Error at file C:\testcase\schema11.xsd, line 6, char 47
  Message: prefix 'q1' can not be resolved to namespace URI

Error at file C:\testcase\schema11.xsd, line 6, char 47
  Message: namespace '' is referenced without import declaration

Error at file C:\testcase\schema11.xsd, line 29, char 47
  Message: prefix 'q8' can not be resolved to namespace URI

Error at file C:\testcase\schema11.xsd, line 29, char 47
  Message: namespace '' is referenced without import declaration

cause by 

                        <xs:extension xmlns:q1="x" base="q1:baseC">

and

                        <xs:extension xmlns:q8="x" base="q8:baseS">


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to