edxl-cap:AlertAdapterType

complexType AlertAdapterType in namespace http://release.niem.gov/niem/adapters/edxl-cap/4.0/

Definition

A data type for a simple but general format for exchanging effective warning messages based on best practices identified in academic research and real-world experience.

Diagram

XML Schema

<xs:complexType name="AlertAdapterType" appinfo:externalAdapterTypeIndicator="true">
<xs:annotation>
<xs:documentation>
A data type for a simple but general format for exchanging effective warning messages based on best practices identified in academic research and real-world experience.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="cap:alert" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
A container for all component parts of the CAP alert message. The container provides basic information about the current message: its purpose, its source and its status, as well as unique identifier for the current message and links to any other, related messages.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>