Uses the Component:ReplacementSerialNumbersType
Represents information about the parts replaced on the job
Table 6.21. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
OriginalSerialNumberString |
The serial number of the part that is being replaced | 0..1 | Field | qdt:StringType | |
ReplacementSerialNumberString |
The serial number of the part that is used to replace another part | 0..1 | Field | qdt:StringType | |
ItemID |
The Part Number or Manufacturer Code of the part used to replace another part> | 0..1 | Field | udt:IdentifierType | |
PartTypeCode |
Specifies whether the parts are indicated by manufacturer part code or Part Number | 0..1 | Field | scl:PartTypeEnumeratedType | |
ReplacementSerialNumberDistanceMeasure |
Distance in miles or kilometers associated with the serial part that is replacing the old serial part. | 0..1 | Field | sqdt:LengthMeasureType | |
ComponentDescription |
Description of component that was replaced (Engine, Transmission, Differential, etc.) | 0..1 | Field | udt:TextType |
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.21. ReplacementSerialNumbers
<ReplacementSerialNumbers> <OriginalSerialNumberString>......</OriginalSerialNumberString> [0..1] <ReplacementSerialNumberString>......</ReplacementSerialNumberString> [0..1] <ItemID>......</ItemID> [0..1] <PartTypeCode>......</PartTypeCode> [0..1] <ReplacementSerialNumberDistanceMeasure>......</ReplacementSerialNumberDistanceMeasure> [0..1] <ComponentDescription>......</ComponentDescription> [0..1] </ReplacementSerialNumbers>