em:ResponseOperationType
complexType ResponseOperationType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for a set of information about a Public Health Emergency Operations Center (PH EOC) response operation, such as the number of cases, fatalities, infrastructure status, and risk assessment.
Diagram
XML Schema
<xs:complexType name="ResponseOperationType">
<xs:annotation>
<xs:documentation>
A data type for a set of information about a Public Health Emergency Operations Center (PH EOC) response operation, such as the number of cases, fatalities, infrastructure status, and risk assessment.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="em:IncidentManagementTask" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:EventInvestigation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:CountermeasureOperations" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ResponseOperationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>