Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » COSMOS » Namespace prefix
Namespace prefix [message #569315] Tue, 13 February 2007 09:43
Eclipse UserFriend
Originally posted by: elena.tibrea.gmail.com

Hello,

When validating this file:
/org.eclipse.cosmos.rm.validation.tests/src/test-resources/R ules/InValid.xml,
I get the expected validation error, but when I alter it like :

<document>
<data>
<s:University xmlns:s="urn:university"
xmlns:sml="http://schemas.serviceml.org/sml/2006/10">
<s:Name>MIT</s:Name>
<s:EnrolledStudents>
<s:EnrolledStudent sml:ref="true">
<sml:uri>Student1</sml:uri>
</s:EnrolledStudent>
<s:EnrolledStudent sml:ref="true">
<sml:uri>Student2</sml:uri>
</s:EnrolledStudent>
<s:EnrolledStudent sml:ref="true">
<sml:uri>Student3</sml:uri>
</s:EnrolledStudent>
<s:EnrolledStudent sml:ref="true">
<sml:uri>Student4</sml:uri>
</s:EnrolledStudent>
</s:EnrolledStudents>
</s:University>
</data>
</document>

Only this section was modified. In this case I get no validation error.

Some help?! :)

Thanks
elena
Previous Topic:SML-IF import/export wizards available
Next Topic:SML-IF import/export wizards available
Goto Forum:
  


Current Time: Thu Apr 25 17:19:32 GMT 2024

Powered by FUDForum. Page generated in 0.03081 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top