em:DeploymentInformationType

complexType DeploymentInformationType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.1/

Definition

A data type for information about a deployment of a resource

Diagram

XML Schema

<xs:complexType name="DeploymentInformationType">
<xs:annotation>
<xs:documentation>
A data type for information about a deployment of a resource
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:DeploymentStatusCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:AvailabilityStatusCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ProhibitiveDeploymentCondition" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:DeploymentDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:DeploymentOrderDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:DeploymentOrderFormBinary" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:DeploymentAcceptedByText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:DeploymentAcceptedByDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:DeploymentRequestedByText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:DeploymentRequestedByDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ReportToLocation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ArrivalDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="it:EstimatedArrivalDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:DeploymentInformationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>