valid_recipe.xml Example File

xmlpatterns/schema/files/valid_recipe.xml
<recipe>
    <title>Cheese on Toast</title>
    <ingredient name="Bread" quantity="2" unit="slices"/>
    <ingredient name="Cheese" quantity="2" unit="slices"/>
    <time quantity="3" unit="minutes"/>
    <method>
        <step>1. Slice the bread and cheese.</step>
        <step>2. Grill one side of each slice of bread.</step>
        <step>3. Turn over the bread and place a slice of cheese on each piece.</step>
        <step>4. Grill until the cheese has started to melt.</step>
        <step>5. Serve and enjoy!</step>
    </method>
</recipe>

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.