Min- and maxOccurs not set for sequences and group references
-------------------------------------------------------------

                 Key: WSCOMMONS-195
                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-195
             Project: WS-Commons
          Issue Type: Bug
          Components: XmlSchema
         Environment: WinXP
            Reporter: Markus Schuch


The minOccurs and maxOccurs attributes of the particles sequence and group 
references are always 1.

In the method handleChoice(...) in the SchemaBuilder for example the attributes 
of the choice particle are set correctly:

choice.minOccurs = getMinOccurs(choiceEl);
choice.maxOccurs = getMaxOccurs(choiceEl);

In the methods handleSequence(...) and handleGroupRef(...) these statements are 
missing.

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