WarrantyCoverageInterval

Uses the Component:WarrantyCoverageIntervalType

Enable the capability to handle WarrantyCoverageIntervals of different types.

Fields and Components

Table 6.95. Fields and Components

Name Description Occurrence Type Data Type User Notes
IntervalType

Type of Interval

0..1Field udt:TextType  
UOMCode

0..1Field udt:TextType  
IntervalStart

0..1Field udt:TextType  
IntervalEnd

0..1Field udt:TextType  

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.95. WarrantyCoverageInterval

<WarrantyCoverageInterval>
     <IntervalType>......</IntervalType>     [0..1]
     <UOMCode>......</UOMCode>     [0..1]
     <IntervalStart>......</IntervalStart>     [0..1]
     <IntervalEnd>......</IntervalEnd>     [0..1]
</WarrantyCoverageInterval>