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