em:TeamType

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

Definition

A data type who are credentialed and deployed as a team

Diagram

XML Schema

<xs:complexType name="TeamType">
<xs:annotation>
<xs:documentation>
A data type who are credentialed and deployed as a team
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:ResourceInformation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:TeamDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:TeamSizeMinimumValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:TeamSizeMaximumValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:TeamAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>