<xsd:complexType name="LargeFileLineItemType">
<xsd:annotation xmlns="http://www.starstandards.org/STAR">
<xsd:documentation source="http://www.starstandard.org/STAR/5">Large File Line items contain detail information about the
individual files that make up the content for the File defined in the header.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="LineID" type="udt:IdentifierType" minOccurs="0" maxOccurs="1">
<xsd:annotation xmlns:udt="http://www.openapplications.org/oagis/9/unqualifieddatatypes/1.1" xmlns:qdt="http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1">
<xsd:documentation source="http://www.starstandard.org/STAR/5">A unique identifer for a line. i.e A line number.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="File" minOccurs="1" maxOccurs="1" />
</xsd:sequence>
</xsd:complexType>
|