<xsd:element name="AttachmentInfo" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Attached document or file. We could have a multiple attachments that make up one document, so this needs to repeat.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="AttachmentId" type="EntityIdType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>If there are multiple parts, use this, otherwise use SupportingMaterials ID.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="OriginalFileName" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The original name of the file.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|