em:EventInvestigationType
complexType EventInvestigationType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for an investigation of a public health event.
Diagram
XML Schema
<xs:complexType name="EventInvestigationType">
<xs:annotation>
<xs:documentation>
A data type for an investigation of a public health event.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="em:PublicHealthEvent" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:LaboratoryOperationsReport" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:EventInvestigationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>