aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmerl/doc/src/motorcycles_dtd.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xmerl/doc/src/motorcycles_dtd.txt')
-rw-r--r--lib/xmerl/doc/src/motorcycles_dtd.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/xmerl/doc/src/motorcycles_dtd.txt b/lib/xmerl/doc/src/motorcycles_dtd.txt
new file mode 100644
index 0000000000..bab0d563f0
--- /dev/null
+++ b/lib/xmerl/doc/src/motorcycles_dtd.txt
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!ELEMENT motorcycles (bike,date?)+ >
+<!ELEMENT bike (name,engine,kind,drive, accessories?,comment?) >
+<!ELEMENT name (manufacturer,brandName,additionalName?) >
+<!ELEMENT manufacturer (#PCDATA)>
+<!ELEMENT brandName (#PCDATA)>
+<!ELEMENT additionalName (#PCDATA)>
+<!ELEMENT engine (#PCDATA)>
+<!ELEMENT kind (#PCDATA)>
+<!ELEMENT drive (#PCDATA)>
+<!ELEMENT comment (#PCDATA)>
+<!ELEMENT accessories (#PCDATA)>
+
+<!-- Date of the format yyyy.mm.dd -->
+<!ELEMENT date (#PCDATA)>
+<!ATTLIST bike year NMTOKEN #REQUIRED
+ color NMTOKENS #REQUIRED
+ condition (useless | bad | serviceable | moderate | good | excellent | new | outstanding) "excellent" >