Uses the Component:StandardCodesLineItemsType
Standard Codes Line Items
Table 6.7. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| Code | 0..1 | Field | udt:CodeType | ||
| CodeDescription |
Description of Code | 0..* | Field | udt:TextType | |
| Values | 0..* | Component | ValuesType |
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.7. StandardCodesLineItems
<StandardCodesLineItems>
<Code>......</Code> [0..1]
<CodeDescription>......</CodeDescription> [0..*]
<Values>......</Values> [0..*]
</StandardCodesLineItems>