FileAttachment
FileAttachmentInsertModel Complex Type
FileAttachment : FileAttachmentInsertModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.FileAttachment
Diagram
FileMimeType Element FileName Element FileBytes Element TaskID Element Sequence FileAttachmentInsertModel Complex Type
Overview
Sequence
TaskID optional xs:int
FileBytes optional xs:base64Binary
FileName optional xs:string
FileMimeType optional xs:string
Used By
FileAttachmentInsertModel Element
FileAttachmentInsertModel Element
Source
<xs:complexType name="FileAttachmentInsertModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="TaskID" type="xs:int" />
    <xs:element minOccurs="0" name="FileBytes" nillable="true" type="xs:base64Binary" />
    <xs:element minOccurs="0" name="FileName" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="FileMimeType" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>
See Also
FileAttachment