ComponentIdentification

Uses the Component:ComponentIdentificationType

Information about a particular component on a vehicle

Fields and Components

Table 6.52. Fields and Components

Name Description Occurrence Type Data Type User Notes
ComponentIdentificationID

Provides the serial number or other identification for a component type identified by the component code

0..1Field udt:IdentifierType  
ComponentCode

A code used to identify a particular type of component.

0..1Field udt:CodeType  
ComponentStatusCode

Status information on the code. This is whether it was found, not found, or if an ATA code is sent an invalid ATA code.

0..1Field udt:CodeType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.52. ComponentIdentification

<ComponentIdentification>
     <ComponentIdentificationID>......</ComponentIdentificationID>     [0..1]
     <ComponentCode>......</ComponentCode>     [0..1]
     <ComponentStatusCode>......</ComponentStatusCode>     [0..1]
</ComponentIdentification>