changeset 87:94b703e2114d

Update orchestration profile DTD to current state of implementation.
author cmlenz
date Sun, 10 Jul 2005 20:51:42 +0000
parents 110bfa3cbc32
children 8ae753a22494
files doc/orchestration.dtd
diffstat 1 files changed, 14 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/orchestration.dtd
+++ b/doc/orchestration.dtd
@@ -36,8 +36,7 @@
 -->
 <!ELEMENT error       #PCDATA>
 <!ATTLIST error
-          code        CDATA             #REQUIRED
-          xml:lang    CDATA             #IMPLIED>
+          code        CDATA             #REQUIRED>
 
 <!--
 Build initiation request sent by the master to a slave.
@@ -50,6 +49,8 @@
 Build request acknowledgement.
 -->
 <!ELEMENT started     EMPTY>
+<!ATTLIST started
+          time        CDATA>
 
 <!--
 Build status reporting: ANS payload sent by the slave for every build step
@@ -59,7 +60,17 @@
 <!ATTLIST step
           id          ID                #REQUIRED
           result      (success|failure) #REQUIRED
-          description CDATA             #IMPLIED>
+          description CDATA             #IMPLIED
+          time        CDATA             #REQUIRED
+          duration    CDATA             #REQUIRED>
+
+<!--
+Completion of a build by the slave, independent of outcome.
+-->
+<!ELEMENT completed   #PCDATA>
+<!ATTLIST completed
+          result      (success|failure) #REQUIRED
+          time        CDATA>
 
 <!--
 Cancellation of a build by the slave.
Copyright (C) 2012-2017 Edgewall Software