Accessing Data Sources
Define a wrapper object.
wrapper w0 rmi://rodin.inria.fr/PersonWrapper
Define a wrapper schema.
extent p0 of Person;
interface Person {
attribute String name;
attribute Short salary;
}
This is exported to the mediator.
Define the mediator schema.