Document
DocumentPdfModel Complex Type
Document : DocumentPdfModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Document
Diagram
NotificationData Element IsNotificationTypeGet Element NotificationUrl Element FileSystemPath Element FileBytes Element DeletionDate Element Title Element Sequence DocumentPdfModel Complex Type
Overview
Sequence
Title optional xs:string
DeletionDate optional xs:dateTime
FileBytes optional xs:base64Binary
FileSystemPath optional xs:string
NotificationUrl optional xs:string
IsNotificationTypeGet optional xs:boolean
NotificationData optional xs:string
Used By
DocumentPdfModel Element
DocumentPdfModel Element
Source
<xs:complexType name="DocumentPdfModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Title" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="DeletionDate" nillable="true" type="xs:dateTime" />
    <xs:element minOccurs="0" name="FileBytes" nillable="true" type="xs:base64Binary" />
    <xs:element minOccurs="0" name="FileSystemPath" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="NotificationUrl" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="IsNotificationTypeGet" type="xs:boolean" />
    <xs:element minOccurs="0" name="NotificationData" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>
See Also
Document