Schema Central  >  LEXS 4.0  >  emergencyManagement.xsd  >  em:NotificationIncidentAssociation
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

em:NotificationIncidentAssociation

The group listing naming the referent incident(s) of the alert message. Used to collate multiple messages referring to different aspects of the same incident.

Element information

Namespace: http://niem.gov/niem/domains/emergencyManagement/2.1

Schema document: lexs.gov/niem/domains/emergencyManagement/2.1/emergencyManagement.xsd

Type: em:NotificationIncidentAssociationType

Properties: Global, Qualified, Nillable

Content

Attributes

NameOccTypeDescriptionNotes
s:id [0..1]xsd:IDfrom type s:ComplexObjectType
s:metadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType
s:linkMetadata [0..1]xsd:IDREFSfrom type s:ComplexObjectType

Used in

Sample instance

<em:NotificationIncidentAssociation>
   <nc:AssociationBeginDate>
      <nc:Date>1967-08-13</nc:Date>
   </nc:AssociationBeginDate>
   <nc:AssociationEndDate>
      <nc:Date>1968-08-13</nc:Date>
   </nc:AssociationEndDate>
   <em:NotificationReference s:ref="Notification1"/>
   <nc:IncidentReference s:ref="Incident1"/>
</em:NotificationIncidentAssociation>