<animalFood>

<animals>
<animal animalType="string"Description: Animal type name
Type: String
Required: no
consumptionType="SERIAL"Description: Food consumption type
Type: String
Default: SERIAL
Required: no
>

<foodGroup eatWeight="1"Description: Food group eat weight
Type: Float
Default: 1
Required: no
fillTypes="string"Description: Food group fill types
Type: String
Required: no
productionWeight="0"Description: Food group production weight
Type: Float
Default: 0
Required: no
title="string"Description: Food group title
Type: String
Required: no
/>

</animal>
</animals>

<mixtures>
<mixture animalType="string"Description: Mixture animal type
Type: String
Required: no
fillType="string"Description: Mixture fill type
Type: String
Required: no
>

<ingredient fillTypes="string"Description: Mixture ingredient fill types
Type: String
Required: no
weight="0"Description: Mixture ingredient weight
Type: Float
Default: 0
Required: no
/>

</mixture>
</mixtures>

<parentFile xmlFilename="string"Description: Remove vehicle if unit empty
Type: String
Required: no
>

<attributes>
<clearList keepIndex="integer"Description: Index of list to keep
Type: Integer
Required: no
path="string"Description: List to clear but keep one item
Type: String
Required: no
/>

<remove path="string"Description: Path to remove from parent xml
Type: String
Required: no
/>

<set path="string"Description: Path change in parent xml
Type: String
Required: no
value="string"Description: Target value to set in parent file
Type: String
Required: no
/>

</attributes>
</parentFile>

<recipes>
<recipe fillType="string"Description: Recipe fill type
Type: String
Required: no
>

<ingredient fillTypes="string"Description: Ingredient fill types
Type: String
Required: no
maxPercentage="integer"Description: Ingredient max percentage
Type: Integer
Required: no
minPercentage="integer"Description: Ingredient min percentage
Type: Integer
Required: no
name="string"Description: Ingredient name
Type: String
Required: no
title="string"Description: Ingredient title
Type: String
Required: no
/>

</recipe>
</recipes>
</animalFood>