<?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="{D9B428F7-E1BF-470f-8210-7DF444F8B7DA}"
	>
	<c:Identification>
		<c:Manufacturers>
			<c:Manufacturer name="ACME1" cageCode="11111">
				<c:Contacts>
					<c:Contact name="Sales" phoneNumber="(888) 867-5309"/>
				</c:Contacts>
				<c:FaxNumber>333-867-5309</c:FaxNumber>
				<c:MailingAddress>
					<c:Address1>1313 Mockingbird Lane</c:Address1>
					<c:City>Anywhere</c:City>
					<c:State>MT</c:State>
					<c:Country>United States of America</c:Country>
					<c:PostalCode>33333</c:PostalCode>
				</c:MailingAddress>
				<c:URL>http://www.acme1.com</c:URL>
			</c:Manufacturer>
		</c:Manufacturers>
		<c:ModelName>ACME-9999-S</c:ModelName>
		<c:IdentificationNumbers>
			<c:ManufacturerIdentificationtNumber manufacturerName="ACME" type="Part" number="1234"/>
		</c:IdentificationNumbers>
	</c:Identification>
	<hc:Interface>
		<c:Ports>
			<c:Port name="HI"/>
			<c:Port name="LO"/>
		</c:Ports>
	</hc:Interface>
	<hc:NetworkList>
		<hc:Network>
			<hc:Node><hc:Path>
			/id:InstrumentDescription/hc:Interface/c:Ports/c:Port[@name='HI']
			</hc:Path></hc:Node>
			<hc:Node><hc:Path>
			/id:InstrumentDescription/id:Resources/hc:Resource[@name='Resource_1']/hc:Interface/c:Ports/c:Port[@name='HI']
			</hc:Path></hc:Node>
		</hc:Network>
		<hc:Network>
			<hc:Node><hc:Path>
			/id:InstrumentDescription/hc:Interface/c:Ports/c:Port[@name='LO']
			</hc:Path></hc:Node>
			<hc:Node><hc:Path>
			/id:InstrumentDescription/id:Resources/hc:Resource[@name='Resource_1']/hc:Interface/c:Ports/c:Port[@name='LO']
			</hc:Path></hc:Node>
		</hc:Network>
	</hc:NetworkList>
	<id:Resources>
		<hc:Resource name="Resource_1">
			<hc:Interface>
				<c:Ports>
					<c:Port name="HI"/>
					<c:Port name="LO"/>
				</c:Ports>
			</hc:Interface>
		</hc:Resource>
	</id:Resources>
</id:InstrumentDescription>
