UUT Description - Identification

- <c:Identification>
  <c:ModelName>ATML Demo4 - ATEC/Feats </c:ModelName>
- <c:IdentificationNumbers>
  <c:IdentificationNumber type="Part" number="11222112" qualifier="Vendor" />
  </c:IdentificationNumbers>
 -  <c:Manufacturers>
  <c:Manufacturer name="Spherea Test and Services" />
- <c:MailingAddress>
  <c:Address1>Building 400, Aviation Business Park </c:Address1>
  <c:Address2>Bournemouth International Airport </c:Address2>
  <c:City>Christchurch </c:City>
  <c:State>Dorset </c:State>
  <c:Country>United Kingdom </c:Country>
  <c:PostalCode>BN23 6NW </c:PostalCode>
  </c:MailingAddress>
  </c:Manufacturer>
  </c:Manufacturers>
  <c:Version>IP </c:Version>
  </c:Identification>



Walkthrough

All ATML hardware items including UUT require an identification field, basically so they can be uniquely identified. Note: we also see a reference to this information in the Test Description TPS. The key (required) element in any identification is the c:Identification/c:ModelName. This has to be defined, and once a ModelName is created it should be the same for any ATML file references that same entity, in our case "ATML Demo4 - ATEC/Feats".

The c:Description is a generic description of the item, in our case we're describing the purpose of the XML file, rather than the actual UUT e.g. "UUT Description for ATML Interoperability Demo 2022". Although this makes sense for the ATML demonstration, in general the description would be expected to describe the actual UUT to the user e.g. "A Low frequency op-amp with programmable gain which can be controlled through a parallel digital interface or RS232 bus".

The c:IdentificationNumbers represents an example of what might be typically expected. An identification may have many identification numbers either from the designer or manufacture. In the example identification number represents the ATML project 'Vendor' part number for the Demo UUT. Note: There is no specification of any specific manufacturer identification numbers in the example.

The c:Manufactures element allows us to identify known manufactures of this UUT. We can also see additional useful information here such as the mailing address.