testexecmgmt/ucc/Test/xml/testSuite.dtd
changeset 0 3da2a79470a7
equal deleted inserted replaced
-1:000000000000 0:3da2a79470a7
       
     1 <!ELEMENT testSuite (name,testItems,testExecuteServers?,dependencies?)>
       
     2 
       
     3 <!ELEMENT name (#PCDATA)>
       
     4 
       
     5 <!-- Test Items in Suites: Tests and Suites -->
       
     6 <!ELEMENT testItems (suite*,test*,suiteRef*,testRef*)>
       
     7 <!ELEMENT suite (#PCDATA)>
       
     8 <!ELEMENT test (#PCDATA)>
       
     9 <!ELEMENT suiteRef (#PCDATA)>
       
    10 <!ELEMENT testRef (#PCDATA)>
       
    11 
       
    12 <!-- Test Execute Servers -->
       
    13 <!ELEMENT testExecuteServers (server*)>
       
    14 <!ELEMENT server (#PCDATA)>
       
    15 
       
    16 <!-- Dependencies -->
       
    17 <!ELEMENT dependencies (data*,buildable*)>
       
    18 <!-- DATA -->
       
    19 <!ELEMENT data (hostPath,devicePath+)>
       
    20 <!ELEMENT hostPath (#PCDATA)>
       
    21 <!ELEMENT devicePath (#PCDATA)>
       
    22 
       
    23 <!-- BUILDABLE -->
       
    24 <!ELEMENT buildable (hostPath,devicePath+,mmpFile,bldInfPath,resourceItems?)>
       
    25 <!ATTLIST buildable type CDATA "test">
       
    26 <!ELEMENT buildable.hostPath (#PCDATA)>
       
    27 <!ELEMENT buildable.devicePath (#PCDATA)>
       
    28 <!ELEMENT mmpFile (#PCDATA)>
       
    29 <!ELEMENT bldInfPath (#PCDATA)>
       
    30 <!ELEMENT resourceItems (resource+,aif+)>
       
    31 <!ELEMENT resource (hostPath,devicePath+)>
       
    32 <!ELEMENT buildable.resource.hostPath (#PCDATA)>
       
    33 <!ELEMENT buildable.resource.devicePath (#PCDATA)>
       
    34 <!ELEMENT aif (hostPath,devicePath+)>
       
    35 <!ELEMENT buildable.aif.hostPath (#PCDATA)>
       
    36 <!ELEMENT buildable.aif.devicePath (#PCDATA)>