<?xml version="1.0" encoding="UTF-8"?>
<WYSE xmlns="http://xmlgw.cocredo.com/schemas" 
		xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
		xsi:schemaLocation="http://xmlgw.cocredo.com/schemas http://xmlgw.cocredo.com/schemas/envelopeV1.xsd">
	<EnvelopeVersion>1.0</EnvelopeVersion>
	<Header>
		<MessageDetails>
			<Class>usageStatement</Class>
			<Qualifier>request</Qualifier>
			<TransactionID>[YourTransactionNumber]</TransactionID>
		</MessageDetails>
		<SenderDetails>
			<SenderCompany>[YourCompany]</SenderCompany>
			<SenderID>[YourSenderID]</SenderID>
			<Method>SHA-512</Method>
			<Authentication>[YourAuthString]</Authentication>
			<EmailAddress>technical@cocredo.com</EmailAddress>
		</SenderDetails>
	</Header>
	<Body>
		<usageStatement xmlns="http://xmlgw.cocredo.com/v1-0/docs/schemas" 
					xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
					xsi:schemaLocation="http://xmlgw.cocredo.com/v1-0/docs/schemas http://xmlgw.cocredo.com/v1-0/docs/schemas/usageStatement.xsd">
     		<periodStartTime>2012-03-01T00:00:00</periodStartTime>
			<periodEndTime>2012-03-07T00:00:00</periodEndTime>
   		</usageStatement>
 	</Body>
</WYSE>