<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
		targetNamespace="http://xmlgw.cocredo.com/v2-0/docs/schemas" 
		xmlns="http://xmlgw.cocredo.com/v2-0/docs/schemas"
		elementFormDefault="qualified">
	<xsd:annotation>
		<xsd:documentation>
		This schema should be used to select the report data for a company.
		</xsd:documentation>
	</xsd:annotation>
	<xsd:element name="productSelection">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="cocredoId" type="xsd:integer" minOccurs="0" />
				<xsd:element name="reportRequestCode" type="xsd:string" />
				<xsd:element name="monitorAdd" type="xsd:boolean" minOccurs="0" />
				<xsd:element name="dnaAdd" type="xsd:boolean" minOccurs="0" />
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
</xsd:schema>