- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 28 Aug 2007 03:27:54 +0000
- To: public-sml@w3.org
- CC:
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