j:MissingPersonType
complexType MissingPersonType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/
Definition
A data type for details of a person whose whereabouts are unknown.
Diagram
XML Schema
<xs:complexType name="MissingPersonType">
<xs:annotation>
<xs:documentation>
A data type for details of a person whose whereabouts are unknown.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="nc:RoleOfPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:MissingPersonCircumstanceAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:MissingPersonDeclarationDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:MissingPersonDeclarationPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:MissingPersonDisappearanceCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:MissingPersonFoundDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:MissingPersonFoundIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:MissingPersonFoundLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:MissingPersonIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:MissingPersonInterestIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:MissingPersonLastSeenDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:MissingPersonLastSeenLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:MissingPersonLastSeenWitness" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:MissingPersonStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:MissingPersonAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>