2010-03-23 17:05:21 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
|
|
|
<material-category-list xmlns="http://rest.ws.navalplanner.org">
|
2010-09-18 12:52:55 +02:00
|
|
|
<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>
|
2010-03-26 15:18:01 +01:00
|
|
|
</material-category>
|
2010-03-23 17:05:21 +01:00
|
|
|
</material-category-list>
|