<xs:complexType name="EventDetailsModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="ID" type="xs:int" />
<xs:element minOccurs="0" name="TransactionID" type="xs:int" />
<xs:element minOccurs="0" name="ParticipantID" nillable="true" type="xs:int" />
<xs:element minOccurs="0" name="DocumentID" nillable="true" type="xs:int" />
<xs:element minOccurs="0" name="TaskID" nillable="true" type="xs:int" />
<xs:element minOccurs="0" name="Type" type="q48:EventHistoryManager.EventTypes" xmlns:q48="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.EventHistory" />
<xs:element minOccurs="0" name="Description" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="CreatedDate" type="xs:dateTime" />
</xs:sequence>
</xs:complexType> |