em:UnitLogoffNotificationType

complexType UnitLogoffNotificationType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.0/

Definition

A data type for a structure to represent that the specified units are being logged off

Diagram

XML Schema

<xs:complexType name="UnitLogoffNotificationType">
<xs:annotation>
<xs:documentation>
A data type for a structure to represent that the specified units are being logged off
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="em:ServiceCallAssignedUnit" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:NotificationMessageText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:UnitLogoffNotificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>