- From: <bugzilla@wiggum.w3.org>
- Date: Fri, 09 Sep 2005 02:26:50 +0000
- To: www-xml-schema-comments@w3.org
- Cc:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=2053
           Summary: R-064: Issue with complex type property mapping rules
                    for content type
           Product: XML Schema
           Version: 1.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSD Part 1: Structures
        AssignedTo: ht@w3.org
        ReportedBy: sandygao@ca.ibm.com
         QAContact: www-xml-schema-comments@w3.org
The complexType mapping rules state that types without children have content 
type empty, even if mixed is specified.
See the following for some derivation examples that exhibit this:
http://lists.w3.org/Archives/Member/w3c-xml-schema-ig/2001Apr/0016.html
The following is an additional example, without an explicit derivation that 
illustrates the issue:
<complexType name="foo" mixed="true">
</complexType>
Given the mapping rules in Structures, the type above will have content empty, 
and not mixed.
Received on Friday, 9 September 2005 02:26:52 UTC