ServicePartsHistory

Uses the Component:ServicePartsHistoryType

Deprecated

Fields and Components

Table 6.107. Fields and Components

Name Description Occurrence Type Data Type User Notes
ItemID

Item part number identifier

0..1Field udt:IdentifierType  
ItemIdDescription

Item part number detail description

0..*Field udt:TextType  
ItemQuantity

Quantity of Part number used on service

0..1Field sqdt:QuantityType  
GroupNumberCode

Group Number

0..1Field udt:CodeType  
PartTypeCode

Specifies whether the parts are indicated by manufacturer part code or Part Number

0..1Field scl:PartTypeEnumeratedType  

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.107. ServicePartsHistory

<ServicePartsHistory>
     <ItemID>......</ItemID>     [0..1]
     <ItemIdDescription>......</ItemIdDescription>     [0..*]
     <ItemQuantity>......</ItemQuantity>     [0..1]
     <GroupNumberCode>......</GroupNumberCode>     [0..1]
     <PartTypeCode>......</PartTypeCode>     [0..1]
</ServicePartsHistory>