<xs:complexType name="ParticipantInsertRequestModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="Participants" nillable="true" type="tns:ArrayOfParticipantInsertModel" />
<xs:element minOccurs="0" name="ResponseIncludes" nillable="true" type="tns:ParticipantIncludesModel" />
<xs:element minOccurs="0" name="EnableLogging" type="xs:boolean" />
<xs:element minOccurs="0" name="TimeZoneID" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
|