Interval

Uses the Component:IntervalType

Enable the capability to handle intervals of different types.

Fields and Components

Table 6.75. Fields and Components

Name Description Occurrence Type Data Type User Notes
IntervalType

Type of Interval

0..1Field udt:TextType  
UOMCode

The Unit Of Measure for the Interval

0..1Field udt:TextType  
IntervalStart

Specifies the start of the interval

0..1Field udt:TextType  
IntervalEnd

Specifies the end of the interval

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.75. Interval

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