em:NotifierType
complexType NotifierType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for notifier information
Diagram
XML Schema
<xs:complexType name="NotifierType">
<xs:annotation>
<xs:documentation>
A data type for notifier information</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="nc:ContactInformation" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:NotificationDateTime" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:NotifierRoleDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:NotifierRoleIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:NotifierAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>