<xsd:complexType name="Attachment">
<xsd:annotation>
<xsd:documentation>Attachment Information.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="id" type="xsd:token" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>An optional ID to identify the attachment</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fileName" type="xsd:string" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">The name of the file being transported</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="attachmentData" type="xsd:base64Binary" xmime:expectedContentTypes="application/octet-stream" minOccurs="0" maxOccurs="1" xmlns:xmime="http://www.w3.org/2005/05/xmlmime">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">Binary data using base64Binary encoding.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="mimeCode" type="xsd:string">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/">Describes the content type of the attachment using a MIME code
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="uriReference" type="xsd:anyURI" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">External attachments that reside on an accessible server. For
these attachments this element carries only the URL of the attachment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|