FreeFormTextGroup

Uses the Component:FreeFormTextGroupType

This component allows for the free form entry of notes and text descriptions. Detailed data should use one of the existing fields or submit a modification request back to STAR to capture the appropriate data.

Fields and Components

Table 6.45. Fields and Components

Name Description Occurrence Type Data Type User Notes
Note

Free-form text field describing a note.

0..*Field udt:TextType  
Description

0..*Field 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.45. FreeFormTextGroup

<FreeFormTextGroup>
     <Note>......</Note>     [0..*]
     <Description>......</Description>     [0..*]
</FreeFormTextGroup>