[Bug 16886] The XML Specification should support the notion of interfaces for Elements and ComplexTypes

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16886

--- Comment #1 from Scott Morgan <scott@adligo.com> 2012-04-30 00:08:40 UTC ---
To fix this I suggest adding the following;

<sequence>
    <any-in inGroup="ns:someGroup" 
inAttributeGroup="ns:someAttributeGroupName" />
</sequence>

The element's type would need to contain the group and attribute group if both
were present,
or just the group if present or just the attribute group if present.

This would allow Java-XML to have more of a one to one mapping.

-- 
Configure bugmail: https://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 Monday, 30 April 2012 00:08:43 UTC