<?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="{859BA64F-9137-4457-8237-215BE8920EED}" 
	>
	<c:Identification>
		<c:ModelName>ACME2222-PPCS</c:ModelName>
	</c:Identification>
	
	<hc:Interface>

		<c:Ports>
			<c:Port name="P1" direction="Input" type="Analog">
				<c:ConnectorPins>
					<c:ConnectorPin connectorID="Output" pinID="RFOut" />
				</c:ConnectorPins>
			</c:Port>
		</c:Ports>

		<c:Connectors>
			<c:Connector name="Out" ID="Output" location="Front" type="6-pin">
				<c:Identification>
					<c:ModelName>XYZ123</c:ModelName>
				</c:Identification>
				<!-- …other data from <ItemDescription> as needed… -->
			</c:Connector>
		</c:Connectors>
	</hc:Interface>

	<hc:NetworkList>
		<hc:Network>
			<hc:Node>
				<hc:Path>
				/id:InstrumentDescription/hc:Interface/c:Ports/c:Port[@name="P1"]
				</hc:Path>
			</hc:Node>
			<hc:Node>
				<hc:Path>
				/id:InstrumentDescription/id:Resources/hc:Resource[@name="Resource_1"]/hc:Interface/c:Ports/c:Port[@name="P1"]
				</hc:Path>
			</hc:Node>
		</hc:Network>
	</hc:NetworkList>

	<id:Resources>
		<hc:Resource name="Resource_1">
			<hc:Interface>
				<c:Ports>
					<c:Port name="P1"/>
				</c:Ports>
			</hc:Interface>
		</hc:Resource>
	</id:Resources>

</id:InstrumentDescription>

