testexecmgmt/ucc/Test/xml/RTest.dtd
changeset 0 3da2a79470a7
equal deleted inserted replaced
-1:000000000000 0:3da2a79470a7
       
     1 <!ELEMENT RTest (name,mmpFile,bldInfPath,devicePath?,resoureItems?,resultFile?,logMemory?,timeout,dependencies?)>
       
     2 <!ATTLIST RTest type CDATA "normal">
       
     3 <!ELEMENT name (#PCDATA)>
       
     4 <!ELEMENT mmpFile (#PCDATA)>
       
     5 <!ELEMENT bldInfPath (#PCDATA)>
       
     6 <!ELEMENT devicePath (#PCDATA)>
       
     7 
       
     8 <!-- resource items -->
       
     9 <!ELEMENT resourceItems (resource*,aif*)>
       
    10 <!ELEMENT resource (hostPath,devicePath+)>
       
    11 <!ELEMENT resource.hostPath (#PCDATA)>
       
    12 <!ELEMENT resource.devicePath (#PCDATA)>
       
    13 <!ELEMENT aif (hostPath,devicePath+)>
       
    14 <!ELEMENT aif.hostPath (#PCDATA)>
       
    15 <!ELEMENT aif.devicePath (#PCDATA)>
       
    16 
       
    17 <!ELEMENT resultFile (#PCDATA)>
       
    18 <!ELEMENT logMemory (#PCDATA)>
       
    19 <!ELEMENT timeout (#PCDATA)>
       
    20 
       
    21 <!-- Dependencies -->
       
    22 <!ELEMENT dependencies (data*,buildable*)>
       
    23 <!-- DATA -->
       
    24 <!ELEMENT data (hostPath,devicePath+)>
       
    25 <!ELEMENT hostPath (#PCDATA)>
       
    26 <!ELEMENT data.devicePath (#PCDATA)>
       
    27 
       
    28 <!-- BUILDABLE -->
       
    29 <!ELEMENT buildable (hostPath,devicePath+,mmpFile,bldInfPath,resourceItems?)>
       
    30 <!ATTLIST buildable type CDATA "test">
       
    31 <!ELEMENT buildable.hostPath (#PCDATA)>
       
    32 <!ELEMENT buildable.devicePath (#PCDATA)>
       
    33 <!ELEMENT buildable.mmpFile (#PCDATA)>
       
    34 <!ELEMENT buildable.bldInfPath (#PCDATA)>
       
    35 <!ELEMENT buildable.resourceItems (resource*,aif*)>
       
    36 <!ELEMENT buildable.resourceItems.resource (hostPath,devicePath+)>
       
    37 <!ELEMENT buildable.resourceItems.resource.hostPath (#PCDATA)>
       
    38 <!ELEMENT buildable.resourceItems.resource.devicePath (#PCDATA)>
       
    39 <!ELEMENT buildable.resourceItems.aif (hostPath,devicePath+)>
       
    40 <!ELEMENT buildable.resourceItems.aif.hostPath (#PCDATA)>
       
    41 <!ELEMENT buildable.resourceItems.aif.devicePath (#PCDATA)>