<xs:complexType name="ExternalFileReferenceType">
<xs:annotation>
<xs:documentation>The ExternalFileReferenceType defines an external file reference including the file's location, type and description.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="URI" type="xs:anyURI">
<xs:annotation>
<xs:documentation>The URI element is a Uniform Resource Identifier for the information, which may be, for example, a file or a web site.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FileSpec" type="FileSpecType">
<xs:annotation>
<xs:documentation>The FileSpec element describes the file type of the file found at the URI.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Description" type="xs:string">
<xs:annotation>
<xs:documentation>The Description element is a description of the information in the file found at the URI.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |