<?xml version="1.0" encoding="UTF-8" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:sql="urn:schemas-microsoft-com:mapping-schema"
	elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:include schemaLocation="BaseSchema.xsd" />
	<xs:complexType name="DCPStatusReport">
		<xs:attribute name="NumInError" type="xs:int" />
		<xs:attribute name="NumComputers" type="xs:int" />
		<xs:attribute name="NumCompleted" type="xs:int" />
		<xs:attribute name="NumInProgress" type="xs:int" />
		<xs:attribute name="CollectionName" type="xs:string" />
	</xs:complexType>
	<!-- Schema Types for the DCP/LPS Reporting via the UI -->
	<xs:complexType name="DataService">
		<xs:attribute name="Name" type="xs:string" />
		<xs:attribute name="Path" type="xs:string" />
		<xs:attribute name="Deleted" type="xs:boolean" />
	</xs:complexType>
	<xs:complexType name="DataCollectionPackage">
		<xs:attribute name="Name" type="xs:string" />
		<xs:attribute name="LPSPath" type="xs:string" />
		<xs:attribute name="Tag" type="xs:string" />
		<xs:attribute name="Type" type="xs:int" />
		<xs:attribute name="Timestamp" type="xs:dateTime" />
	</xs:complexType>
	<xs:complexType name="DCP_DataService">
		<xs:attribute name="DataCollectionPackage" type="xs:string" />
		<xs:attribute name="DataService" type="xs:string" />
	</xs:complexType>
	<xs:complexType name="DCPStatus">
		<xs:attribute name="DCPName" type="xs:string" />
		<xs:attribute name="DataService" type="xs:string" />
		<xs:attribute name="ComputerName" type="xs:string" />
		<xs:attribute name="DateTime" type="xs:dateTime" />
		<xs:attribute name="Message" type="xs:string" />
		<xs:attribute name="Type" type="xs:string" />
		<xs:attribute name="DCStatus" type="xs:string" />
	</xs:complexType>
</xs:schema>