<?xml version="1.0" encoding="UTF-8"?>
<!-- v1.0 12/01/2006 NOTE: This is an example to show the layout of how an XML message may look for the WNU. Please refer to the In Year business rules and WNU schema for full details --><GovTalkMessage xmlns="http://www.govtalk.gov.uk/CM/envelope">
	<EnvelopeVersion>2.0</EnvelopeVersion>
	<Header>
		<MessageDetails>
			<Class>IR-PAYE-UPDATE</Class>
			<Qualifier>request</Qualifier>
			<Function>submit</Function>
			<CorrelationID/>
			<Transformation>XML</Transformation>
			<GatewayTest>1</GatewayTest>
			<GatewayTimestamp/>
		</MessageDetails>
		<SenderDetails>
			<IDAuthentication>
				<SenderID>as advised by the SDS Team</SenderID>
				<Authentication>
					<Method>clear</Method>
					<Role>principal</Role>
					<Value>as advised by the SDS Team</Value>
				</Authentication>
			</IDAuthentication>
		</SenderDetails>
	</Header>
	<GovTalkDetails>
		<Keys>
			<Key Type="TaxOfficeNumber">as advised by the SDS Team</Key>
			<Key Type="TaxOfficeReference">as advised by the SDS Team</Key>
		</Keys>
		<TargetDetails>
			<Organisation>IR</Organisation>
		</TargetDetails>
		<ChannelRouting>
			<Channel>
				<URI>your 4 digit vendor ID</URI>
				<Product>your product name</Product>
				<Version>wersion no. of product</Version>
			</Channel>
		</ChannelRouting>
	</GovTalkDetails>
	<Body>
		<IRenvelope xmlns="http://www.govtalk.gov.uk/taxation/WNU">
			<IRheader>
				<Keys>
					<Key Type="TaxOfficeNumber">as advised by the SDS Team</Key>
					<Key Type="TaxOfficeReference">as advised by the SDS Team</Key>
				</Keys>
				<PeriodEnd>2006-04-05</PeriodEnd>
				<Principal>
					<Contact>
						<Name>
							<Ttl>Mr</Ttl>
							<Fore>Sds</Fore>
							<Sur>Team</Sur>
						</Name>
					</Contact>
				</Principal>
				<DefaultCurrency>GBP</DefaultCurrency>
				<Sender>Employer</Sender>
			</IRheader>
			<WorksNumberUpdate>
				<Employer>
					<Name>High Turnover Ltd</Name>
					<Address>
						<Line>25 Coast Road</Line>
						<Line>Longframlington</Line>
						<Line>Northumberland</Line>
						<PostCode>NE45 1YY</PostCode>
					</Address>
				</Employer>
				<RecordCount>1</RecordCount>
				<Employee>
					<Name>
						<Fore>Joseph</Fore>
						<Sur>Dean</Sur>
					</Name>
					<NINO>AA234567D</NINO>
					<OldWorksNumber>12345-X</OldWorksNumber>
					<NewWorksNumber>23456-Y</NewWorksNumber>
				</Employee>
			</WorksNumberUpdate>
		</IRenvelope>
	</Body>
</GovTalkMessage>
