<xs:complexType name="TransactionIncludesModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="IncludeWorkflowActions" type="xs:boolean" />
<xs:element minOccurs="0" name="IncludeMetaData" type="xs:boolean" />
<xs:element minOccurs="0" name="IncludeParticipants" type="xs:boolean" />
<xs:element minOccurs="0" name="ParticipantIncludes" nillable="true" type="q7:ParticipantIncludesModel" xmlns:q7="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Participant" />
<xs:element minOccurs="0" name="IncludeDocuments" type="xs:boolean" />
<xs:element minOccurs="0" name="DocumentIncludes" nillable="true" type="q8:DocumentIncludesModel" xmlns:q8="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Document" />
<xs:element minOccurs="0" name="IncludeTests" type="xs:boolean" />
<xs:element minOccurs="0" name="IncludeThirdPartyNotifications" type="xs:boolean" />
</xs:sequence>
</xs:complexType> |