Main
About us
Members
Papers
Projects
Contact
Demo Podcasts and Posters
Changes in the schema
Submitted by marko on Fri, 2007-04-13 13:35.
R2ML XML Schema
Hi Adrian, Sergey,
Dragan, Milan and I have made some changes to the R2ML schema. Most of the changes are located in the events.xsd file (there is just one change in the attributes.xsd file – we removed the eventType attribute – because now we have EventType as complexType… see in the events.xsd – I will attach this file to this message)
Please check if the AtomicEventExpression element is OK (we also added contextArgument to it)
And with this changes the generated R2ML file should look like:
<triggeringEvevnt> <r2ml:MessageEventExpression r2ml:eventType="XYZ" .... ....And in the Vocabulary part we have:
<r2ml:MessageEventType r2ml:ID='XYZ'> <r2ml:MessageType/> </r2ml:MessageEventType>or this:
<r2ml:MessageEventType r2ml:ID='XYZ'> <r2ml:FaultMessageType/> </r2ml:MessageEventType>Looking forward to your comments. Regarding (the lack of) namespaces I think it is just configuring JAXB correctly – am I right Sergey? I had to create a new topic otherwise I wouldn’t be able to upload an attachment … .at least I didn’t see how to do it
» login to post comments