installationservices/swinstallationfw/test/tusif/scripts/data/swtype.dtd
changeset 42 d17dc5398051
parent 24 84a16765cd86
child 75 2d2d25361590
--- a/installationservices/swinstallationfw/test/tusif/scripts/data/swtype.dtd	Thu May 27 12:58:35 2010 +0300
+++ b/installationservices/swinstallationfw/test/tusif/scripts/data/swtype.dtd	Fri Jun 11 13:45:18 2010 +0300
@@ -1,6 +1,6 @@
 <!ELEMENT LayeredExecutionEnvironments (softwareType+)>
 
-<!ELEMENT softwareType (localizedName*,mimeType+,sifPluginUid,installerSecureId,executionLayerSecureId)>
+<!ELEMENT softwareType (localizedName*,mimeType+,sifPluginUid,CustomAcess*,launcherExecutable)>
 <!ATTLIST softwareType name CDATA #REQUIRED>
 
 <!ELEMENT localizedName (#PCDATA)>
@@ -8,6 +8,7 @@
 
 <!ELEMENT sifPluginUid (#PCDATA)>
 
-<!ELEMENT installerSecureId (#PCDATA)>
+<!ELEMENT CustomAcess (#PCDATA)>
+<!ATTLIST CustomAcess SecureId CDATA #REQUIRED AccessMode CDATA #REQUIRED>
 
-<!ELEMENT executionLayerSecureId (#PCDATA)>
\ No newline at end of file
+<!ELEMENT launcherExecutable (#PCDATA)>