Mercurial > bitten > bitten-test
annotate 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 |
rev | line source |
---|---|
30
75ad81953032
Initial version of the DTD for the orchestration profile. Closes #5.
cmlenz
parents:
diff
changeset
|
1 <!-- DTD for the Bitten build orchestration BEEP profile. --> |
75ad81953032
Initial version of the DTD for the orchestration profile. Closes #5.
cmlenz
parents:
diff
changeset
|
2 |
75ad81953032
Initial version of the DTD for the orchestration profile. Closes #5.
cmlenz
parents:
diff
changeset
|
3 <!ELEMENT register (platform, os)> |
75ad81953032
Initial version of the DTD for the orchestration profile. Closes #5.
cmlenz
parents:
diff
changeset
|
4 <!ATTLIST register |
75ad81953032
Initial version of the DTD for the orchestration profile. Closes #5.
cmlenz
parents:
diff
changeset
|
5 name CDATA #REQUIRED |
75ad81953032
Initial version of the DTD for the orchestration profile. Closes #5.
cmlenz
parents:
diff
changeset
|
6 maintainer CDATA #IMPLIED> |
75ad81953032
Initial version of the DTD for the orchestration profile. Closes #5.
cmlenz
parents:
diff
changeset
|
7 |
75ad81953032
Initial version of the DTD for the orchestration profile. Closes #5.
cmlenz
parents:
diff
changeset
|
8 <!ELEMENT platform #PCDATA> |
75ad81953032
Initial version of the DTD for the orchestration profile. Closes #5.
cmlenz
parents:
diff
changeset
|
9 |
75ad81953032
Initial version of the DTD for the orchestration profile. Closes #5.
cmlenz
parents:
diff
changeset
|
10 <!ELEMENT os #PCDATA> |
75ad81953032
Initial version of the DTD for the orchestration profile. Closes #5.
cmlenz
parents:
diff
changeset
|
11 <!ATTLIST os |
75ad81953032
Initial version of the DTD for the orchestration profile. Closes #5.
cmlenz
parents:
diff
changeset
|
12 family CDATA #REQUIRED |
75ad81953032
Initial version of the DTD for the orchestration profile. Closes #5.
cmlenz
parents:
diff
changeset
|
13 version CDATA #IMPLIED> |
75ad81953032
Initial version of the DTD for the orchestration profile. Closes #5.
cmlenz
parents:
diff
changeset
|
14 |
75ad81953032
Initial version of the DTD for the orchestration profile. Closes #5.
cmlenz
parents:
diff
changeset
|
15 <!ELEMENT build #PCDATA> |
75ad81953032
Initial version of the DTD for the orchestration profile. Closes #5.
cmlenz
parents:
diff
changeset
|
16 |
75ad81953032
Initial version of the DTD for the orchestration profile. Closes #5.
cmlenz
parents:
diff
changeset
|
17 <!ELEMENT ok EMPTY> |
75ad81953032
Initial version of the DTD for the orchestration profile. Closes #5.
cmlenz
parents:
diff
changeset
|
18 |
75ad81953032
Initial version of the DTD for the orchestration profile. Closes #5.
cmlenz
parents:
diff
changeset
|
19 <!ELEMENT error #PCDATA> |
75ad81953032
Initial version of the DTD for the orchestration profile. Closes #5.
cmlenz
parents:
diff
changeset
|
20 <!ATTLIST error |
75ad81953032
Initial version of the DTD for the orchestration profile. Closes #5.
cmlenz
parents:
diff
changeset
|
21 code CDATA #REQUIRED |
75ad81953032
Initial version of the DTD for the orchestration profile. Closes #5.
cmlenz
parents:
diff
changeset
|
22 xml:lang CDATA #IMPLIED> |