Uses the Component:WarrantyCoverageIntervalType
Enable the capability to handle WarrantyCoverageIntervals of different types.
Table 6.95. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
IntervalType |
Type of Interval | 0..1 | Field | udt:TextType | |
UOMCode | 0..1 | Field | udt:TextType | ||
IntervalStart | 0..1 | Field | udt:TextType | ||
IntervalEnd | 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.95. WarrantyCoverageInterval
<WarrantyCoverageInterval> <IntervalType>......</IntervalType> [0..1] <UOMCode>......</UOMCode> [0..1] <IntervalStart>......</IntervalStart> [0..1] <IntervalEnd>......</IntervalEnd> [0..1] </WarrantyCoverageInterval>