<?xml version="1.0" encoding="UTF-8"?>

<LXIDevice xmlns="http://www.lxistandard.org/InstrumentIdentification/1.0"   

  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

  xsi:schemaLocation="http://www.lxistandard.org/InstrumentIdentification/1.0

http://sampledevice.local/static/LXIIdentification.xsd”>

  <Manufacturer>My Company, Inc. </Manufacturer>

  <Model>EX1234</Model>

  <SerialNumber>543210</SerialNumber>

  <FirmwareRevision>1.2.3a</FirmwareRevision>

  <ManufacturerDescription>Sample Device</ManufacturerDescription>

  <HomepageURL>http://www.mycompany.com</HomepageURL>

  <DriverURL>http://www.mycompany.com</DriverURL>

  <ConnectedDevices>

    <DeviceURI>http://sampledevice.local/devices/device0/</DeviceURI>

    <DeviceURI>http://sampledevice.local/devices/device2/</DeviceURI>

  </ConnectedDevices>

  <UserDescription>Demo of Identification Schema</UserDescription>

  <IdentificationURL>http://sampledevice.local/lxi/identification</IdentificationURL>

  <Interface xsi:type="NetworkInformation" InterfaceType="LXI" IPType="IPv4"

InterfaceName="eth0">

    <InstrumentAddressString>TCPIP::10.1.2.32::INSTR</InstrumentAddressString>

<InstrumentAddressString>TCPIP::10.1.2.32::5000::SOCKET</InstrumentAddressString>

    <Hostname>10.1.2.32</Hostname>

    <IPAddress>10.1.2.32</IPAddress>

    <SubnetMask>255.255.255.0</SubnetMask>

    <MACAddress>00:3F:F8:6A:1A:3A</MACAddress>

    <Gateway>10.1.2.1</Gateway>

    <DHCPEnabled>True</DHCPEnabled>

    <AutoIPEnabled>True</AutoIPEnabled>

  </Interface>

  <Interface InterfaceType="MyCompanyCustomNetworkInterface"

InterfaceName="MyCompany1">

    <InstrumentAddressString>10.1.2.32:5025</InstrumentAddressString>

 </Interface>

  <IVISoftwareModuleName>Thingamajig</IVISoftwareModuleName>

  <Extension>

    <SampleExtension>

 Arbitrary Vendor Extension Data can go here.

   </SampleExtension>

  </Extension>

  <LXIClass>A</LXIClass>

  <Domain>1</Domain>

  <LXIVersion>1.2</LXIVersion>

</LXIDevice>