em:PlanApprovalType

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

Definition

A data type for a set of information about a plan approval.

Diagram

XML Schema

<xs:complexType name="PlanApprovalType">
<xs:annotation>
<xs:documentation>
A data type for a set of information about a plan approval.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:PublicHealthEvent" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PublicHealthEventPlan" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PlanApprovalAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>