view 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
line wrap: on
line source
<!-- 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