smartinstaller/adm/xml/depcontents.dtd
author Santosh V Patil <santosh.v.patil@nokia.com>
Wed, 30 Jun 2010 11:01:26 +0530
branchADM
changeset 48 364021cecc90
permissions -rw-r--r--
SmartInstaller contribution based on the Nokia Qt SDK 1.0 release

<?xml version="1.0" encoding="UTF-8"?>

<!ELEMENT DepFileContents ( PackageUid, Version, Dependency+ )>
	<!ELEMENT PackageUid (#PCDATA)>
	<!ELEMENT Version (#PCDATA)>
	<!ELEMENT Dependency ( Uid, Name?, Version, Vendor?, Url?, Description?, DependencyAttribute* )>
	<!ELEMENT Uid (#PCDATA)>
	<!ELEMENT Name (#PCDATA)>
	<!ELEMENT Version (#PCDATA)>
	<!ELEMENT Vendor (#PCDATA)>
	<!ELEMENT Url (#PCDATA)>
	<!ELEMENT Description (#PCDATA)>
	<!ELEMENT DependencyAttribute ( DependencyAttribute_IntValue | DependencyAttribute_StrValue )>
		<!ELEMENT DependencyAttribute_IntValue (#PCDATA)>
		<!ELEMENT DependencyAttribute_StrValue (#PCDATA)>
		<!ATTLIST DependencyAttribute Name CDATA #REQUIRED>