em:PlanAugmentationType

complexType PlanAugmentationType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/

Definition

A data type for additional information about a plan.

Diagram

XML Schema

<xs:complexType name="PlanAugmentationType">
<xs:annotation>
<xs:documentation>
A data type for additional information about a plan.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:PlanName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PlanPurposeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PlanApprovalDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PlanEstimatedFulfillmentDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PlanApprovalEntity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PlanTask" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PlanDocument" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PlanRevisionReleaseDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PublicHealthEvent" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>