<xs:complexType name="TransactionTokenDataModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="TransactionID" type="xs:int" />
<xs:element minOccurs="0" name="TransactionStatus" nillable="true" type="q31:Option.TransactionStatusTypes" xmlns:q31="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="ParticipantID" nillable="true" type="xs:int" />
<xs:element minOccurs="0" name="ParticipantStatus" nillable="true" type="q32:Option.TransactionStatusTypes" xmlns:q32="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="DocumentID" nillable="true" type="xs:int" />
<xs:element minOccurs="0" name="DocumentStatus" nillable="true" type="q33:Option.TransactionStatusTypes" xmlns:q33="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="DocumentCertifySealStatus" nillable="true" type="q34:Option.TransactionStatusTypes" xmlns:q34="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="TaskID" nillable="true" type="xs:int" />
<xs:element minOccurs="0" name="TaskStatus" nillable="true" type="q35:Option.TransactionStatusTypes" xmlns:q35="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="ActionNumber" nillable="true" type="xs:int" />
<xs:element minOccurs="0" name="ActionStatus" nillable="true" type="q36:Option.TransactionStatusTypes" xmlns:q36="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="VictimStatement" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Comment" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="EventType" nillable="true" type="q37:Option.TransactionTokenDataEventTypes" xmlns:q37="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="ParticipantRole" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ReassignedPartID" nillable="true" type="xs:int" />
</xs:sequence>
</xs:complexType> |