changeset 30:75ad81953032

Initial version of the DTD for the orchestration profile. Closes #5.
author cmlenz
date Sun, 19 Jun 2005 22:56:10 +0000
parents 2adc3480e4aa
children 0b82d012e42c
files doc/orchestration.dtd
diffstat 1 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/doc/orchestration.dtd
@@ -0,0 +1,22 @@
+<!-- DTD for the Bitten build orchestration BEEP profile. -->
+
+<!ELEMENT register    (platform, os)>
+<!ATTLIST register
+          name        CDATA             #REQUIRED
+          maintainer  CDATA             #IMPLIED>
+
+<!ELEMENT platform    #PCDATA>
+
+<!ELEMENT os          #PCDATA>
+<!ATTLIST os
+          family      CDATA             #REQUIRED
+          version     CDATA             #IMPLIED>
+
+<!ELEMENT build       #PCDATA>
+
+<!ELEMENT ok          EMPTY>
+
+<!ELEMENT error       #PCDATA>
+<!ATTLIST error
+          code        CDATA             #REQUIRED
+          xml:lang    CDATA             #IMPLIED>
Copyright (C) 2012-2017 Edgewall Software