em:LeadershipType

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

Definition

A data type for a set of information about the leadership assigned to a response.

Diagram

XML Schema

<xs:complexType name="LeadershipType">
<xs:annotation>
<xs:documentation>
A data type for a set of information about the leadership assigned to a response.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:IncidentCommander" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:IncidentResponse" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PHEOC" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:LeadershipAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>