em:IncidentResponseTeamType

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

Definition

A data type for a team involved in a response to an incident.

Diagram

XML Schema

<xs:complexType name="IncidentResponseTeamType">
<xs:annotation>
<xs:documentation>
A data type for a team involved in a response to an incident.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:PublicHealthEvent" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:IncidentResponseTeamParticipationStatusAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:IncidentResponseTeamLeader" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:IncidentResponseTeamMember" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:IncidentResponseResponsibilitiesText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:IncidentResponseTeamAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>