Participant
ParticipantJurisdictionModel Complex Type
Participant : ParticipantJurisdictionModel Complex Type
Namespace http://schemas.datacontract.org/2004/07/AlphaTrust.Pronto.ServiceContracts.Models.Participant
Diagram
StateProvince Element Country Element Sequence ParticipantJurisdictionModel Complex Type
Overview
Sequence
Country optional xs:string
StateProvince optional xs:string
Used By
ParticipantJurisdictionModel Element
Jurisdiction Element
Jurisdiction Element
Jurisdiction Element
Source
<xs:complexType name="ParticipantJurisdictionModel" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Country" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="StateProvince" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>
See Also
Participant