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=7047>.
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=7047

Parser not XML Schema conform

           Summary: Parser not XML Schema conform
           Product: Xerces2-J
           Version: 2.0.0
          Platform: Sun
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: XML Schema Structures
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


while testing a schema, which has a content of :        

<xsd:group name = "face_markup">
                <xsd:choice minOccurs = "0" maxOccurs = "unbounded">
                        <xsd:element ref = "b"/>
                        <xsd:element ref = "i"/>
                        <xsd:element ref = "u"/>
                        <xsd:element ref = "ovl"/>
                        <xsd:element ref = "sup"/>
                        <xsd:element ref = "sub"/>
                        <xsd:element ref = "scp"/>
                        <xsd:element ref = "tt"/>
                </xsd:choice>
        </xsd:group>

there comes an error while parsing with ASBuilder- Utility:

[Error] crossref2.xsd:322:34: Error:  The child 'choice' of the named group 
definition 'face_markup' must not specify either the minOccurs or maxOccurs 
attribute.

This error seems to me not in conformity with XML-Schema declaration, see 
�3.8.2 of Recommendations, as the choice element is allowed to have the 
maxOccurs/minOccurs- attribute.


???

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

Reply via email to