[Bug 4658] How should deref() treat multiple child elements that use the same reference scheme

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





------- Comment #2 from pratul.dublish@microsoft.com  2007-08-28 03:27 -------
A simple solution is to say that a reference scheme can be used at most once in
a reference element, so this example will result in error

EnrolledCourse xmlns="http://www.university.example.org/ns"  sml:ref="true">
        <sml:uri>SomeValidUri</sml:uri>
        <sml:uri>AnotherValidUri</sml:uri>
</EnrolledCourse>

Received on Tuesday, 28 August 2007 03:27:57 UTC