em:PlanningType

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

Definition

A data type for planning and intelligence, such as a situational analysis, planning, after action review and information management.

Diagram

XML Schema

<xs:complexType name="PlanningType">
<xs:annotation>
<xs:documentation>
A data type for planning and intelligence, such as a situational analysis, planning, after action review and information management.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:AfterActionReview" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:InformationManagement" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PublicHealthEventPlan" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:SituationAnalysis" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PlanningAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>