<xs:complexType name="ParticipantWorkflowActionModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="q11:Action" xmlns:q11="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Workflow">
<xs:sequence>
<xs:element minOccurs="0" name="Data" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Type" type="q12:Option.ParticipantActionTypes" xmlns:q12="http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts" />
<xs:element minOccurs="0" name="IsPreAuthentication" type="xs:boolean" />
<xs:element minOccurs="0" name="NotRequiredAfterFirstOccurrence" type="xs:boolean" />
<xs:element minOccurs="0" name="ButtonTextPositive" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ButtonTextNegative" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Content" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="DefineParticipantOptions" nillable="true" type="tns:ParticipantActionDefineParticipantOptionsModel" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|