<?xml version="1.0" encoding="utf-8"?>
<SCL xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
			xsi:schemaLocation="http://www.iec.ch/61850/2003/SCL&#xD;&#xA;C:\bruce\IEC\XLS_for_SCL\SCL.xsd" 
			xmlns="http://www.iec.ch/61850/2003/SCL">
			<!-- replace above &#xD;&#xA; with (space) and it will validate-->
	<Header id="SRLC2006" version="2" revision="0" toolID="XMLSpy" nameStructure="IEDName">
		<History>
			<Hitem version="2" revision="2" when="Thursday, May 7, 2009 13:21:13 PM" who="gxb" what="Used for Interoperation testing" />
		</History>
	</Header>
	<Substation name="IEC61850 station">
		<VoltageLevel name="Voltage level1">
			<Bay name="Field1" />
		</VoltageLevel>
	</Substation>
	<Communication>
		<SubNetwork name="Subnet1" type="8-MMS/TCP">
			<BitRate unit="b/s" multiplier="M">100</BitRate>
			<ConnectedAP iedName="DEP500N" apName="P1">
				<Address>
					<P type="IP">192.168.0.20</P>
				</Address>
			</ConnectedAP>
		</SubNetwork>
	</Communication>
	<IED name="DEP500N" type="SRLC2006" manufacturer="SRLC" configVersion="2.0">
		<Services>
		</Services>
		<AccessPoint name="P1">
			<Server>
				<Authentication none="true"/>
				<LDevice inst="SR">
					<LN0 lnType="DEP500N/SR/LLN0" inst="" lnClass="LLN0" >
						</LN0>
				</LDevice>
			</Server>
		</AccessPoint>
	</IED>
	<DataTypeTemplates>
		<LNodeType id="DEP500N/SR/LLN0" lnClass="LLN0">
			<DO name="Mod" type="myMod_0" />
		</LNodeType>
		<DOType id="myMod_0" cdc="INC">
			<DA name="t" bType="Timestamp" fc="ST" />
		</DOType>
	</DataTypeTemplates>
</SCL>
