j:OtherInvolvedPersonType
complexType OtherInvolvedPersonType in namespace http://release.niem.gov/niem/domains/jxdm/6.0/
Definition
A data type for a person who is involved in an activity, but does not meet the criteria for other roles.
Diagram
XML Schema
<xs:complexType name="OtherInvolvedPersonType">
<xs:annotation>
<xs:documentation>
A data type for a person who is involved in an activity, but does not meet the criteria for other roles.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="j:OtherInvolvedPersonSequenceID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RoleOfPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:InvolvementAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:OtherInvolvedPersonAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>