Schema Central  >  LEXS 4.0  >  jxdm.xsd  >  j:MissingPerson
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

j:MissingPerson

Details about a person whose whereabouts are unknown.

Element information

Namespace: http://niem.gov/niem/domains/jxdm/4.1

Schema document: lexs.gov/niem/domains/jxdm/4.1/jxdm.xsd

Type: j:MissingPersonType

Properties: Global, Qualified, Nillable

Content

Attributes

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDfrom type s:ComplexObjectType
s:metadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType
s:linkMetadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType

Used in

Sample instance

<j:MissingPerson s:id="MissingPerson1">
   <nc:RoleOfPersonReference s:ref="Person3"/>
   <j:MissingPersonCircumstanceCode>N</j:MissingPersonCircumstanceCode>
   <j:MissingPersonDeclarationDate>
      <nc:Year>2001</nc:Year>
   </j:MissingPersonDeclarationDate>
   <j:MissingPersonFoundDate>
      <nc:Year>2001</nc:Year>
   </j:MissingPersonFoundDate>
   <j:MissingPersonFoundIndicator>true</j:MissingPersonFoundIndicator>
   <j:MissingPersonLastSeenDate>
      <nc:Year>2001</nc:Year>
   </j:MissingPersonLastSeenDate>
</j:MissingPerson>