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

           Summary: cannot refer to model group that contains xsd:all model
           Product: Xerces2-J
           Version: 2.0.0 [beta]
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Other
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


cannot refer to a model group that contains xsd:all as a part of its content.

For example the following would fail to parse.
<xsd:schema xmlns:xsd ="http://www.w3.org/2001/XMLSchema"; targetNamespace 
="www.me.com">
<xsd:group name="grp">
 <xsd:all>
   <xsd:element name="a" type="xsd:string/>
   <xsd:element name="b" type="xsd:string/>
 </xsd:all>
<xsd:group>

<xsd:complexType>
  <xsd:sequence>
    <xsd:group ref="grp"/>
  </xsd:sequence>
</xsd:complexType>
</xsd:schema>

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

Reply via email to