<?xml version="1.0" encoding="UTF-8"?>
<id:InstrumentDescription 
	xmlns:id="urn:P-IEEE-1671.2:2008.02:InstrumentDescription" 
	xmlns:c="urn:IEEE-1671:2008.01:Common" 
	xmlns:hc="urn:IEEE-1671:2008.01:HardwareCommon" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	xsi:schemaLocation="urn:P-IEEE-1671.2:2008.02:InstrumentDescription InstrumentDescription.xsd"
	type="Instrument" 
	uuid="{6D911FEB-C725-47f7-A02E-C4C517EEE68E}" 
	>
	<c:Identification>
		<c:ModelName>ACME2222-PPCP</c:ModelName>
	</c:Identification>
	
	<hc:Interface>
		<c:Ports>
			<c:Port name="TPW" direction="Output" type="Power" >
				<c:ConnectorPins>
					<c:ConnectorPin connectorID="PL1" pinID="A" />
					<c:ConnectorPin connectorID="PL1" pinID="B" />
					<c:ConnectorPin connectorID="PL1" pinID="C" />
					<c:ConnectorPin connectorID="PL1" pinID="N" />
				</c:ConnectorPins>
			</c:Port>
		</c:Ports>

		<c:Connectors>
			<c:Connector ID="PL1" location="Front" type="ThreePhaseWye">
				<c:Identification>
					<c:ModelName>KL1m-1</c:ModelName>
				</c:Identification>
			</c:Connector>
		</c:Connectors>
	</hc:Interface>

	<hc:NetworkList>
		<hc:Network>
			<hc:Node>
				<hc:Path>
				/id:InstrumentDescription/hc:Interface/c:Ports/c:Port[@name="TPW"]
				</hc:Path>
			</hc:Node>
			<hc:Node>
				<hc:Path>
				/id:InstrumentDescription/id:Resources/hc:Resource[@name="ThreePW"]/hc:Interface/c:Ports/c:Port[@name="TPW"]
				</hc:Path>
			</hc:Node>
		</hc:Network>
	</hc:NetworkList>

	<id:Resources>
		<hc:Resource name="ThreePW">
		  <hc:Interface>
			<c:Ports>
			  <c:Port name="TPW"/>
			</c:Ports>
		  </hc:Interface>
		</hc:Resource>
			
	</id:Resources>

	<id:Capabilities>

		<hc:Capability name="ThreePhaseWye" > 
			<hc:Interface> 
				<c:Ports> 
					<c:Port name="TPW" />
				</c:Ports> 
			</hc:Interface> 
			<hc:SignalDescription xmlns:std="http://www.ieee.org/1641" xmlns:tpw="http://www.mine.com/ThreePhaseWye"> 
				<std:Signal Out="TPW" > 
					<tpw:ThreePhaseWye amplitude="trms 115V +-10%" frequency="50Hz" />
				</std:Signal> 
			</hc:SignalDescription> 
		</hc:Capability> 

		<hc:CapabilityMap>
			<hc:Mapping>
				<hc:Map>
					<hc:Node>
						<hc:Path>
/id:InstrumentDescription/id:Capabilities/hc:Capability[@name="ThreePhaseWye"]/hc:Interface/c:Ports/c:Port[@name="TPW"]
						</hc:Path>
					</hc:Node>
					<hc:Node>
						<hc:Path>
/id:InstrumentDescription/id:Resources/hc:Resource[@name="ThreePW"]/hc:Interface/c:Ports/c:Port[@name="TPW"]
						</hc:Path>
					</hc:Node>
				</hc:Map>
			</hc:Mapping>
		</hc:CapabilityMap>
	</id:Capabilities>
</id:InstrumentDescription>
