summaryrefslogtreecommitdiffstats
path: root/xml/src/test/resources/recipt.dtd
diff options
context:
space:
mode:
Diffstat (limited to 'xml/src/test/resources/recipt.dtd')
-rw-r--r--xml/src/test/resources/recipt.dtd17
1 files changed, 0 insertions, 17 deletions
diff --git a/xml/src/test/resources/recipt.dtd b/xml/src/test/resources/recipt.dtd
deleted file mode 100644
index 370112c..0000000
--- a/xml/src/test/resources/recipt.dtd
+++ /dev/null
@@ -1,17 +0,0 @@
-<!ELEMENT collection (description,recipe+)>
-<!ELEMENT description ANY>
-<!ELEMENT recipe (title,ingredient*,preparation,comment?,nutrition)>
-<!ELEMENT title (#PCDATA)>
-<!ELEMENT ingredient (ingredient*,preparation)?>
-<!ATTLIST ingredient name CDATA #REQUIRED
- amount CDATA #IMPLIED
- unit CDATA #IMPLIED>
-<!ELEMENT preparation (step*)>
-<!ELEMENT step (#PCDATA)>
-<!ELEMENT comment (#PCDATA)>
-<!ELEMENT nutrition EMPTY>
-<!ATTLIST nutrition protein CDATA #REQUIRED
- carbohydrates CDATA #REQUIRED
- fat CDATA #REQUIRED
- calories CDATA #REQUIRED
- alcohol CDATA #IMPLIED>