em:AfterActionReviewReportType

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

Definition

A data type for a report related to an after action review.

Diagram

XML Schema

<xs:complexType name="AfterActionReviewReportType">
<xs:annotation>
<xs:documentation>
A data type for a report related to an after action review.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:PlanProblemAnalysisText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PlanSuccessAnalysisText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:AfterActionReviewReportAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>