<?xml version="1.0" encoding="UTF-8"?>
<!-- BussObj:Productcategories -->
<!-- CDM:productcategorybook 1.17 -->
<!-- CDM_section:Productcategory 1.9 -->

<!ELEMENT productcategorybook (metadata,data)>

<!ELEMENT metadata (account,transformer,timestamp,signature,requestor,description,coredatamodel,coredatamodel_version,source,businessobject,instance,multi)>
<!ELEMENT account (#PCDATA)>
<!ELEMENT transformer (#PCDATA)>
<!ELEMENT timestamp (#PCDATA)>
<!ELEMENT signature (#PCDATA)>
<!ELEMENT requestor (#PCDATA)>
<!ELEMENT description (#PCDATA)>
<!ELEMENT coredatamodel (#PCDATA)>
<!ELEMENT coredatamodel_version (#PCDATA)>
<!ELEMENT source (#PCDATA)>
<!ELEMENT businessobject (#PCDATA)>
<!ELEMENT instance (#PCDATA)>
<!ELEMENT multi (#PCDATA)>

<!ELEMENT data (Productcategories*)>
<!ELEMENT Productcategories (productcategory*)>
<!ELEMENT productcategory (id,erp_id,parent_id,categories_image,sort_order,status,modified,created,name_nl,description_nl)>
<!ATTLIST productcategory id CDATA #REQUIRED>
<!ELEMENT id (#PCDATA)>
<!ELEMENT erp_id (#PCDATA)>
<!ELEMENT parent_id (#PCDATA)>
<!ELEMENT categories_image (#PCDATA)>
<!ELEMENT sort_order (#PCDATA)>
<!ELEMENT status (#PCDATA)>
<!ELEMENT modified (#PCDATA)>
<!ELEMENT created (#PCDATA)>
<!ELEMENT name_nl (#PCDATA)>
<!ELEMENT description_nl (#PCDATA)>
