em:IncidentResponseType

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

Definition

A data type for a response to an incident.

Diagram

XML Schema

<xs:complexType name="IncidentResponseType">
<xs:annotation>
<xs:documentation>
A data type for a response to an incident.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:EmergencyIncident" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:IncidentResponseResponsibilitiesText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ChiefOfStaff" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ResponsePlan" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:IncidentResponseStatus" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:IncidentResponseTeam" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:IncidentResponseAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>