<xsd:complexType name="MissingPersonType">
<xsd:annotation>
<xsd:documentation>A data type for details of a person whose whereabouts are unknown.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="s:ComplexObjectType">
<xsd:sequence>
<xsd:element ref="nc:RoleOfPersonReference" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:MissingPersonCircumstance" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:MissingPersonDeclarationDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:MissingPersonDeclarationPerson" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:MissingPersonDisappearanceCategory" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:MissingPersonFoundDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:MissingPersonFoundIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:MissingPersonFoundLocation" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:MissingPersonIdentification" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:MissingPersonInterestIndicator" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:MissingPersonLastSeenDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:MissingPersonLastSeenLocation" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:MissingPersonLastSeenWitness" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="j:MissingPersonStatus" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|