<xsd:complexType name="ReplacementSerialNumbersType">
<xsd:sequence>
<xsd:element minOccurs="0" name="OriginalSerialNumberString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>
The serial number of the part that is being
replaced
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ReplacementSerialNumberString" type="qdt:StringType">
<xsd:annotation>
<xsd:documentation>
The serial number of the part that is used to replace
another part
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ItemID" type="udt:IdentifierType">
<xsd:annotation>
<xsd:documentation>
The Part Number or Manufacturer Code of the part used to
replace another part>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="PartTypeCode" type="scl:PartTypeEnumeratedType">
<xsd:annotation>
<xsd:documentation>
Specifies whether the parts are indicated by manufacturer
part code or Part Number
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="ReplacementSerialNumberDistanceMeasure" type="sqdt:LengthMeasureType">
<xsd:annotation>
<xsd:documentation> Distance in miles or kilometers associated with the serial part that
is replacing the old serial part. </xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|