installationservices/swinstallationfw/test/tusif/scripts/data/swtype.dtd
changeset 24 84a16765cd86
child 42 d17dc5398051
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/installationservices/swinstallationfw/test/tusif/scripts/data/swtype.dtd	Fri Mar 19 09:33:35 2010 +0200
@@ -0,0 +1,13 @@
+<!ELEMENT LayeredExecutionEnvironments (softwareType+)>
+
+<!ELEMENT softwareType (localizedName*,mimeType+,sifPluginUid,installerSecureId,executionLayerSecureId)>
+<!ATTLIST softwareType name CDATA #REQUIRED>
+
+<!ELEMENT localizedName (#PCDATA)>
+<!ATTLIST localizedName language CDATA #REQUIRED>
+
+<!ELEMENT sifPluginUid (#PCDATA)>
+
+<!ELEMENT installerSecureId (#PCDATA)>
+
+<!ELEMENT executionLayerSecureId (#PCDATA)>
\ No newline at end of file