em:PublicCommunicationType
complexType PublicCommunicationType in namespace http://release.niem.gov/niem/domains/emergencyManagement/4.2/
Definition
A data type for a set of information about communication releasable to the public.
Diagram
XML Schema
<xs:complexType name="PublicCommunicationType">
<xs:annotation>
<xs:documentation>
A data type for a set of information about communication releasable to the public.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="nc:DocumentType">
<xs:sequence>
<xs:element ref="em:PublicHealthEvent" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:CommunicationTargetGroupAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:CommunicationTargetRegionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PublicCommunicationAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>