LargeFileLineItem

Uses the Component:LargeFileLineItemType

Large File Line Items

Fields and Components

Table 6.8. Fields and Components

Name Description Occurrence Type Data Type User Notes
LineID

A unique identifer for a line. i.e A line number.

0..1Field udt:IdentifierType  
File

Describes the meta data for a file.

1..1ComponentFileType 

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.8. LargeFileLineItem

<LargeFileLineItem>
     <LineID>......</LineID>     [0..1]
     <File>......</File>     [1..1]
</LargeFileLineItem>