<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>
|