debuggercdi/com.nokia.carbide.trk.support/schema/InstallPackages.xsd
author dadubrow
Mon, 06 Apr 2009 14:33:24 -0500
branchRCL_2_0
changeset 55 8254273d11c0
parent 2 d760517a8095
permissions -rw-r--r--
[Bug 8297] add description column to remote connections view with long description of status and move in-use UI to connection rather than displaying on each service - use blue color for in-use status text rather than yellow
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
cawthron
parents:
diff changeset
     3
	<xsd:element name="Packages">
cawthron
parents:
diff changeset
     4
		<xsd:complexType>
cawthron
parents:
diff changeset
     5
			<xsd:sequence>
cawthron
parents:
diff changeset
     6
				<xsd:element maxOccurs="unbounded" minOccurs="0" name="Package">
cawthron
parents:
diff changeset
     7
					<xsd:complexType>
cawthron
parents:
diff changeset
     8
						<xsd:sequence>
cawthron
parents:
diff changeset
     9
							<xsd:element maxOccurs="1" minOccurs="0" name="information" type="xsd:string"/>
cawthron
parents:
diff changeset
    10
						</xsd:sequence>
cawthron
parents:
diff changeset
    11
						<xsd:attribute name="sdkFamily" type="xsd:string" use="required"/>
cawthron
parents:
diff changeset
    12
						<xsd:attribute name="sdkVersion" type="xsd:string" use="required"/>
cawthron
parents:
diff changeset
    13
						<xsd:attribute name="packageVersion" type="xsd:string" use="required"/>
cawthron
parents:
diff changeset
    14
						<xsd:attribute name="displayName" type="xsd:string" use="required"/>
cawthron
parents:
diff changeset
    15
						<xsd:attribute name="installFilePath" type="xsd:string" use="required"/>
cawthron
parents:
diff changeset
    16
					</xsd:complexType>
cawthron
parents:
diff changeset
    17
				</xsd:element>
cawthron
parents:
diff changeset
    18
			</xsd:sequence>
cawthron
parents:
diff changeset
    19
        </xsd:complexType>
cawthron
parents:
diff changeset
    20
	</xsd:element>
cawthron
parents:
diff changeset
    21
</xsd:schema>