Uses the Component:AdditionalDetailDescriptionType
Additional detail description information not already specifically captured. Existing fields should be used where possible.
Table 6.128. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| Title |
A general or descriptive heading given to a person, or item. | 0..1 | Field | udt:TextType | |
| Description | 0..* | Field | udt:TextType | ||
| UsagePreference |
Precedence, advantage, or choice of one person or thing over another. | 0..1 | Component | PreferenceABIEType |
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.128. AdditionalDetailDescription
<AdditionalDetailDescription>
<Title>......</Title> [0..1]
<Description>......</Description> [0..*]
<UsagePreference>......</UsagePreference> [0..1]
</AdditionalDetailDescription>