[Bug 9737] New: Ill-formed example code

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9737

           Summary: Ill-formed example code
           Product: XML Schema
           Version: 1.1 only
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Structures: XSD Part 1
        AssignedTo: David_E3@VERIFONE.com
        ReportedBy: mike@saxonica.com
         QAContact: www-xml-schema-comments@w3.org
                CC: cmsmcq@blackmesatech.com


In 3.8.4.1.3 this example code is ill-formed:

<xs:all>
   <xs:element name="a" minOccurs="0" maxOccurs="5">
   <xs:element name="b" minOccurs="1" maxOccurs="1">
   <xs:element name="c" minOccurs="0" maxOccurs="5">
   </xs:element>
  </xs:all>

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 14 May 2010 20:06:40 UTC