[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

           Summary: How should deref() treat multiple child elements that
                    use the same reference scheme
           Product: SML
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: cmsmcq@w3.org
        ReportedBy: pratul.dublish@microsoft.com
         QAContact: public-sml@w3.org


What should be the semantics of the smlfn:deref() function if a reference
element has multiple child elements that represent the reference using the same
scheme? E.g.,

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

Received on Sunday, 17 June 2007 18:21:38 UTC