edxl-de:DistributionElementAdapterType

complexType DistributionElementAdapterType in namespace http://release.niem.gov/niem/adapters/edxl-de/4.0/

Definition

A data type for a standard message distribution framework for data sharing among emergency information systems using the XML-based Emergency Data Exchange Language (EDXL).

Diagram

XML Schema

<xs:complexType name="DistributionElementAdapterType" appinfo:externalAdapterTypeIndicator="true">
<xs:annotation>
<xs:documentation>
A data type for a standard message distribution framework for data sharing among emergency information systems using the XML-based Emergency Data Exchange Language (EDXL).
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="de:EDXLDistribution" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
A container for all of the elements related to the distribution of EDXL content messages. Asserts the originator's intent as to the dissemination of that particular message or set of messages.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>