<xsd:attributeGroup name="AttachmentAttributes">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org"> Identifies additional
information about the attachment.
</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="id" type="xsd:ID" use="optional">
<xsd:annotation>
<xsd:documentation>An optional ID to identify the attachment</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="mimeCode" type="xsd:token" use="optional">
<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:attribute>
<xsd:attribute name="fileName" type="xsd:token" use="optional">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">The name of the file being
transported</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="dateTime" type="xsd:dateTime" use="optional">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">The date and time of the
file</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="size" type="xsd:long" use="optional">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">The size of the attachment
in bytes.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="from" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">Sender of the
attachment.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="to" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">Receiver of the
attachment.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="action" type="xsd:anyURI" use="optional">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org">Need
Description</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attributeGroup>
|