Only the first xsd:key and xsd:keyref elements are added to the schema 
structure when persing a schema
------------------------------------------------------------------------------------------------------

                 Key: XMLSCHEMA-7
                 URL: https://issues.apache.org/jira/browse/XMLSCHEMA-7
             Project: XmlSchema
          Issue Type: Bug
    Affects Versions: XmlSchema 1.4.6
            Reporter: Steve Potter


When multiple  xsd:key and xsd:keyref elements are added for a single 
xsd:element, only the first are added to the schema structure.  The problem is 
solved by replacing calls to XDOMUtil.getNextSiblingElement by 
XDOMUtil.getNextSiblingElementNS at lines 1432 and 1446 in class SchemaBuilder.

-- 
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