Definition Type: ComplexType
Name: LargeFileType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: LargeFile.xsd
Abstract
Documentation:
This Noun was added to the repository starting with STAR 5.2.4.
Collapse XSD Schema Diagram:
Drilldown into LargeFileLineItem in schema largefile_xsd Drilldown into LargeFileHeader in schema largefile_xsdXSD Diagram of LargeFileType in schema largefile_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="LargeFileType">
    <xsd:annotation xmlns="http://www.starstandards.org/STAR">
        <xsd:documentation source="http://www.starstandard.org/STAR/5"> This Noun was added to the repository starting with STAR 5.2.4.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="LargeFileHeader" minOccurs="1" maxOccurs="1" />
        <xsd:element ref="LargeFileLineItem" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
LargeFileHeader star:LargeFileHeader 1 1
LargeFileLineItem star:LargeFileLineItem 0 unbounded
Collapse Derivation Tree:
Collapse References:
star:LargeFile