Definition Type: ComplexType
Name: LargeFileLineItemType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: LargeFile.xsd
Abstract
Documentation:
Large File Line items contain detail information about the individual files that make up the content for the File defined in the header.
Collapse XSD Schema Diagram:
Drilldown into File in schema components_xsd Drilldown into LineID in schema largefile_xsdXSD Diagram of LargeFileLineItemType in schema largefile_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LineID star:LineID 0 1
File star:File 1 1
Collapse Derivation Tree:
Collapse References:
star:LargeFileLineItem