Participant
ParticipantDefinedOptionModel Complex Type
Participant : ParticipantDefinedOptionModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Participant
Diagram
IsRequired Element IsReadonly Element IsPrepopulated Element CustomLabel Element IsDisplayed Element Sequence ParticipantDefinedOptionModel Complex Type
Overview
Sequence
IsDisplayed optional xs:boolean
CustomLabel optional xs:string
IsPrepopulated optional xs:boolean
IsReadonly optional xs:boolean
IsRequired optional xs:boolean
Used By
ParticipantDefinedOptionModel Element
EmailAddress Element
EmailMessage Element
FullName Element
Organization Element
Title Element
PhoneNumber Element
Source
<xs:complexType name="ParticipantDefinedOptionModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="IsDisplayed" type="xs:boolean" />
    <xs:element minOccurs="0" name="CustomLabel" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="IsPrepopulated" type="xs:boolean" />
    <xs:element minOccurs="0" name="IsReadonly" type="xs:boolean" />
    <xs:element minOccurs="0" name="IsRequired" type="xs:boolean" />
  </xs:sequence>
</xs:complexType>
See Also
Participant