em:ActivityResponseCoordinationType
complexType ActivityResponseCoordinationType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for a set of information about the coordination of a response to an activity or event.
Diagram
XML Schema
<xs:complexType name="ActivityResponseCoordinationType">
<xs:annotation>
<xs:documentation>
A data type for a set of information about the coordination of a response to an activity or event.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="em:ActivityResponsePartner" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PartnerTask" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:ActivityResponseCoordinationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>