2009-12-22 19:23:38 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
|
|
|
|
|
|
|
|
<resource-list xmlns="http://rest.ws.navalplanner.org">
|
|
|
|
|
|
|
|
|
|
<!-- *** Machines *** -->
|
|
|
|
|
<!-- OK -->
|
2009-12-30 11:39:14 +01:00
|
|
|
<machine code=" m1 " name="m1-name" description="m1-desc"/>
|
2009-12-22 19:23:38 +01:00
|
|
|
<!-- Missing code and name (description is optional). -->
|
|
|
|
|
<machine code="" description=""/>
|
|
|
|
|
|
|
|
|
|
<!-- *** Workers *** -->
|
|
|
|
|
<!-- OK -->
|
2009-12-30 11:39:14 +01:00
|
|
|
<worker first-name="w1-firstName" surname="w1-surname" nif=" w1-nif ">
|
2009-12-23 09:22:51 +01:00
|
|
|
<criterion-satisfaction-list>
|
|
|
|
|
<criterion-satisfaction
|
2009-12-30 11:39:14 +01:00
|
|
|
criterion-type-name=" WORK_RELATIONSHIP "
|
|
|
|
|
criterion-name=" hiredResourceWorkingRelationship "
|
2009-12-23 09:22:51 +01:00
|
|
|
start-date="2009-01-01"
|
|
|
|
|
finish-date=""/>
|
|
|
|
|
<criterion-satisfaction
|
|
|
|
|
criterion-type-name="LEAVE"
|
|
|
|
|
criterion-name="paternityLeave"
|
|
|
|
|
start-date="2009-12-24"
|
|
|
|
|
finish-date="2009-12-25"/>
|
|
|
|
|
</criterion-satisfaction-list>
|
|
|
|
|
</worker>
|
2009-12-22 19:23:38 +01:00
|
|
|
<!-- Missing first name, surname, and nif. -->
|
2009-12-30 10:44:40 +01:00
|
|
|
<worker first-name="" nif=""/>
|
2009-12-22 19:23:38 +01:00
|
|
|
|
|
|
|
|
</resource-list>
|