Definition Type: ComplexType
Name: FileType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Describes the meta data for a file.
Collapse XSD Schema Diagram:
Drilldown into URI in schema components_xsd Drilldown into MD5HashCode in schema components_xsd Drilldown into FileSizeMeasure in schema components_xsd Drilldown into MIMECode in schema components_xsd Drilldown into Filename in schema components_xsdXSD Diagram of FileType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="FileType">
    <xsd:annotation>
        <xsd:documentation source="http://www.starstandard.org/">
                Describes the meta data for a file.
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="1" name="Filename" type="udt:TextType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The name of a file that is to be created, stored, or retrieved</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="1" name="MIMECode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The MIME application code that indicates the type of content or file being sent.  This must conform to the MIME standard format.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="FileSizeMeasure" type="sqdt:ComputerStorageMeasureType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The numeric value used to indicate a file size according to the unit code.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="MD5HashCode" type="udt:CodeType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5">The MD5 checksum that is used to verify the integrity of a file.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element maxOccurs="1" minOccurs="0" name="URI" type="qdt:URIType">
            <xsd:annotation>
                <xsd:documentation source="http://www.starstandard.org/STAR/5" />
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Filename star:Filename 1 1
MIMECode star:MIMECode 1 1
FileSizeMeasure star:FileSizeMeasure 0 1
MD5HashCode star:MD5HashCode 0 1
URI star:URI 0 1
Collapse Derivation Tree:
Collapse References:
star:File