em:LogisticsType

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

Definition

A data type for logistics related to an emergency response.

Diagram

XML Schema

<xs:complexType name="LogisticsType">
<xs:annotation>
<xs:documentation>
A data type for logistics related to an emergency response.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:HealthFacility" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:Responder" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:RapidResponseTeam" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:Volunteer" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:EmergencySupplyItem" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:Shelter" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:Technology" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PhysicalSecuritySystem" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:LogisticsAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>