em:UnitMoveNotificationType
complexType UnitMoveNotificationType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for a structure to represent that the specified units are being moved
Diagram
XML Schema
<xs:complexType name="UnitMoveNotificationType">
<xs:annotation>
<xs:documentation>
A data type for a structure to represent that the specified units are being moved</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="em:ServiceCallAssignedUnit" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:Station" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:NotificationMessageText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:UnitMoveNotificationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>