j:PersonLastSeenWitnessAssociationType

complexType PersonLastSeenWitnessAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/7.0/

Definition

A data type for a relationship between a person who last saw a missing person, and the missing person.

Diagram

XML Schema

<xs:complexType name="PersonLastSeenWitnessAssociationType">
<xs:annotation>
<xs:documentation>
A data type for a relationship between a person who last saw a missing person, and the missing person.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:MissingPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:Witness" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PersonLastSeenWitnessAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>