j:ParticipantType

complexType ParticipantType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/

Definition

A data type for a person who takes part in something.

Diagram

XML Schema

<xs:complexType name="ParticipantType">
<xs:annotation>
<xs:documentation>
A data type for a person who takes part in something.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:ParticipantRoleCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RoleOfPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParticipantRelationshipText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:ParticipantAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>