testexecmgmt/ucc/Test/xml/testExecuteTest.dtd
changeset 0 3da2a79470a7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testexecmgmt/ucc/Test/xml/testExecuteTest.dtd	Mon Mar 08 15:04:18 2010 +0800
@@ -0,0 +1,40 @@
+<!ELEMENT testExecuteTest (name,timeout,testScripts,stepLogs?,testServers,dependencies?)>
+
+<!ELEMENT name (#PCDATA)>
+<!ELEMENT timeout (#PCDATA)>
+
+<!-- Test Scripts -->
+<!ELEMENT testScripts (script+)>
+<!ELEMENT script (hostPath,devicePath+)>
+<!ELEMENT hostPath (#PCDATA)>
+<!ELEMENT devicePath (#PCDATA)>
+
+<!-- Test Servers found in test scripts -->
+<!ELEMENT testServers (server+)>
+<!ELEMENT server (#PCDATA)>
+
+<!-- Test Servers found in test scripts -->
+<!ELEMENT stepLogs (log+)>
+<!ELEMENT log (#PCDATA)>
+
+<!-- Dependencies -->
+<!ELEMENT dependencies (data*,buildable*)>
+<!-- DATA -->
+<!ELEMENT data (hostPath,devicePath+)>
+<!ELEMENT data.hostPath (#PCDATA)>
+<!ELEMENT data.devicePath (#PCDATA)>
+
+<!-- BUILDABLE -->
+<!ELEMENT buildable (hostPath,devicePath+,mmpFile,bldInfPath,resourceItems?)>
+<!ATTLIST buildable type CDATA "test">
+<!ELEMENT buildable.hostPath (#PCDATA)>
+<!ELEMENT buildable.devicePath (#PCDATA)>
+<!ELEMENT mmpFile (#PCDATA)>
+<!ELEMENT bldInfPath (#PCDATA)>
+<!ELEMENT resourceItems (resource*,aif*)>
+<!ELEMENT resource (hostPath,devicePath+)>
+<!ELEMENT buildable.resource.hostPath (#PCDATA)>
+<!ELEMENT buildable.resource.devicePath (#PCDATA)>
+<!ELEMENT aif (hostPath,devicePath+)>
+<!ELEMENT buildable.aif.hostPath (#PCDATA)>
+<!ELEMENT buildable.aif.devicePath (#PCDATA)>
\ No newline at end of file