Uses the Component:IntervalType
Enable the capability to handle intervals of different types.
Table 6.75. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| IntervalType |
Type of Interval | 0..1 | Field | udt:TextType | |
| UOMCode |
The Unit Of Measure for the Interval | 0..1 | Field | udt:TextType | |
| IntervalStart |
Specifies the start of the interval | 0..1 | Field | udt:TextType | |
| IntervalEnd |
Specifies the end of the interval | 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.75. Interval
<Interval>
<IntervalType>......</IntervalType> [0..1]
<UOMCode>......</UOMCode> [0..1]
<IntervalStart>......</IntervalStart> [0..1]
<IntervalEnd>......</IntervalEnd> [0..1]
</Interval>