TASKPM/scripts/rest-clients/material-categories-sample.xml

26 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<material-category-list xmlns="http://rest.ws.libreplan.dev">
<material-category code="10" name="Screws" >
<material-list>
<material code="SCREW12" description="Screws Serie-12" price="123.12" unit-type="10" disabled="false"/>
<material code="SCREW13" description="Screws Serie-13" price="123.12" unit-type="10" disabled="false"/>
<material code="SCREW15" description="Screws Serie-15" price="123.12" unit-type="10" disabled="false"/>
</material-list>
<children>
<material-category code="20" name="Slotted Screws" >
<material-list>
<material code="SCREWS12" description="Screws Serie-12" price="123.12" unit-type="10" disabled="false"/>
<material code="SCREWS13" description="Screws Serie-13" price="123.12" unit-type="10" disabled="false"/>
<material code="SCREWS15" description="Screws Serie-15" price="123.12" unit-type="10" disabled="false"/>
</material-list>
</material-category>
<material-category code="23" name="Phillips Screws" >
<material-list>
<material code="SCREWP12" description="Screws Serie-12" price="123.12" unit-type="10" disabled="false"/>
<material code="SCREWP13" description="Screws Serie-13" price="123.12" unit-type="10" disabled="false"/>
<material code="SCREWP15" description="Screws Serie-15" price="123.12" unit-type="10" disabled="true"/>
</material-list>
</material-category>
</children>
</material-category>
</material-category-list>