[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 #4 from Scott Morgan <scott@adligo.com> 2012-05-01 01:26:10 UTC ---
Hi thanks for the quick response.
I think I oversimplified my issue a bit in the test case that I gave;
I would also need to be able to;
1) Add a List<String> aliases to MyName's attribute (which would make it a
complex type ie);
<myName name="me">
    <aliases>
       <name>The Organ</name>
       <name>Hearty</name>
    </aliases>
</myName>

But I think either element substitution groups or something like this;
http://www.ibm.com/developerworks/library/x-xml11pt2/#listing4
will solve my issue.

-- 
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 Tuesday, 1 May 2012 01:26:13 UTC