praktikum1/vr21/XMLRecipe.xml

46 lines
1.0 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfRecipe xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Recipe>
<Name>Supp</Name>
<Ingredients>
<Ingredient>
<Name>Kartul</Name>
<Amount>500</Amount>
<Unit>g</Unit>
</Ingredient>
<Ingredient>
<Name>Kartul</Name>
<Amount>500</Amount>
<Unit>g</Unit>
</Ingredient>
</Ingredients>
<Steps>
<string>Koori</string>
<string>Keeda</string>
</Steps>
</Recipe>
<Recipe>
<Name>Supp</Name>
<Ingredients>
<Ingredient>
<Name>Kartul</Name>
<Amount>500</Amount>
<Unit>g</Unit>
</Ingredient>
<Ingredient>
<Name>Kartul</Name>
<Amount>500</Amount>
<Unit>g</Unit>
</Ingredient>
</Ingredients>
<Steps>
<string>Koori</string>
<string>Keeda</string>
</Steps>
</Recipe>
<Recipe>
<Name>kala</Name>
<Ingredients />
<Steps />
</Recipe>
</ArrayOfRecipe>