j:PersonDeathType

complexType PersonDeathType in namespace http://release.niem.gov/niem/domains/jxdm/6.1/

Definition

A data type for a set of details about a person's death.

Diagram

XML Schema

<xs:complexType name="PersonDeathType">
<xs:annotation>
<xs:documentation>
A data type for a set of details about a person's death.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="j:PersonCauseOfDeath" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PersonDeathIncident" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PersonDeathInvestigatorRequestedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PersonDeathLitigationProbabilityAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PersonDeathLocationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PersonDeathPronouncedDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PersonDeathPronouncedDeadByText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PersonDeathResuscitationAttemptedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PersonDeclinedFirstInvestigativeEmployeeIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PersonDecliningFirstStaffAssistantAssignmentIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PersonDeathAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>