Explanations about the content of this folder.


- model			It contains the XSD file of the XML WebLab exchange model.	This is used to generate the java classes of the model such as Resource or MediaUnit.

- interfaces	It contains the WSDL files (and their types XSD) defining the interfaces of the components and services.

- services		It contains a WSDL file implementing every interfaces. It is only used to generate the java classes of the interfaces (wsimport need a service in the WSDL that should not appear in interfaces).

- bindings		It contains a jaxws/jaxb bindings file. It used to customise the XML to Java binding from XSDs/WSDLs. 

- ontologies	It contains the OWL file with standardised semantic properties and objects.	

- uml			It contains the uml model and class diagram of the WebLab Model. Used to generate the model XSD file.