em:ManagementFunctionType

complexType ManagementFunctionType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/

Definition

A data type for a set of information for the managing and commanding function in a Public Health Emergency Operations Center.

Diagram

XML Schema

<xs:complexType name="ManagementFunctionType">
<xs:annotation>
<xs:documentation>
A data type for a set of information for the managing and commanding function in a Public Health Emergency Operations Center.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:Decision" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:IncidentResponse" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PlanApproval" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ActivityResponseCoordination" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PublicCommunication" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:InteragencyCommunication" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:IntraAgencyCommunication" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ResponseAssignedLeadership" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ManagementFunctionAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>