<xsd:complexType name="ComponentIdentificationType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> Information about a
particular component on a vehicle </xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="ComponentIdentificationID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> Provides the serial
number or other identification for a component type identified by the component code
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="ComponentCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">A code used to identify a
particular type of component.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="ComponentStatusCode" type="udt:CodeType">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5"> Status information on
the code. This is whether it was found, not found, or if an ATA code is sent an
invalid ATA code. </xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|