<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>
|