Group
GroupHtmlWrapperRequestModel Complex Type
Group : GroupHtmlWrapperRequestModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Group
Diagram
Language Element ProntoID Element ParticipantID Element EnableLogging Element Sequence GroupHtmlWrapperRequestModel Complex Type
Overview
Sequence
EnableLogging optional xs:boolean
ParticipantID optional xs:int
ProntoID optional xs:string
Language optional xs:string
Used By
groupHtmlWrapperRequest Element
GroupHtmlWrapperRequestModel Element
Source
<xs:complexType name="GroupHtmlWrapperRequestModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="EnableLogging" type="xs:boolean" />
    <xs:element minOccurs="0" name="ParticipantID" nillable="true" type="xs:int" />
    <xs:element minOccurs="0" name="ProntoID" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Language" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>
See Also
Group