em:DeploymentSummaryType

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

Definition

A data type that represents the deployment brief summary of a resource.

Diagram

XML Schema

<xs:complexType name="DeploymentSummaryType">
<xs:annotation>
<xs:documentation>
A data type that represents the deployment brief summary of a resource.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:ActivityIdentification" minOccurs="0" maxOccurs="1"/>
<xs:element ref="nc:ActivityName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:DeploymentStartDate" minOccurs="0" maxOccurs="1"/>
<xs:element ref="em:DeploymentEndDate" minOccurs="0" maxOccurs="1"/>
<xs:element ref="em:DeploymentDaysNumeric" minOccurs="0" maxOccurs="1"/>
<xs:element ref="em:DeploymentSummaryAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>