comparison doc/orchestration.dtd @ 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
children ccd03b6f04ef
comparison
equal deleted inserted replaced
29:2adc3480e4aa 30:75ad81953032
1 <!-- DTD for the Bitten build orchestration BEEP profile. -->
2
3 <!ELEMENT register (platform, os)>
4 <!ATTLIST register
5 name CDATA #REQUIRED
6 maintainer CDATA #IMPLIED>
7
8 <!ELEMENT platform #PCDATA>
9
10 <!ELEMENT os #PCDATA>
11 <!ATTLIST os
12 family CDATA #REQUIRED
13 version CDATA #IMPLIED>
14
15 <!ELEMENT build #PCDATA>
16
17 <!ELEMENT ok EMPTY>
18
19 <!ELEMENT error #PCDATA>
20 <!ATTLIST error
21 code CDATA #REQUIRED
22 xml:lang CDATA #IMPLIED>
Copyright (C) 2012-2017 Edgewall Software