<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
		targetNamespace="http://xmlgw.cocredo.com/v1-0/docs/schemas" 
		xmlns="http://xmlgw.cocredo.com/v1-0/docs/schemas"
		elementFormDefault="qualified">
	<xsd:annotation>
		<xsd:documentation>
		This schema should be used to obtain a listing of monitoring notices.
		</xsd:documentation>
	</xsd:annotation>
	<xsd:element name="monitorNotices">
		<xsd:complexType>
			<xsd:sequence>
				<xsd:element name="companyID" type="companyIDType" minOccurs="0" />
				<xsd:element name="periodStartTime" type="xsd:dateTime" />
				<xsd:element name="periodEndTime" type="xsd:dateTime" />
			</xsd:sequence>
		</xsd:complexType>
	</xsd:element>
	<!-- Data types -->
	<xsd:simpleType name="companyIDType">
		<xsd:restriction base="xsd:string">
			<xsd:minLength value="1" />
			<xsd:maxLength value="50" />
		</xsd:restriction>
	</xsd:simpleType>
</xsd:schema>