j:DeclarationPersonAssociationType
complexType DeclarationPersonAssociationType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/
Definition
A data type for an association between a person who declared another person to be missing, and the missing person.
Diagram
XML Schema
<xs:complexType name="DeclarationPersonAssociationType">
<xs:annotation>
<xs:documentation>
A data type for an association between a person who declared another person to be missing, and the missing person.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:AssociationType">
<xs:sequence>
<xs:element ref="j:DeclarationPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:MissingPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DeclarationPersonAssociationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>