edxl-de:DistributionElementAdapter
A standard message distribution framework for data sharing among emergency information systems using the XML-based Emergency Data Exchange Language (EDXL).
Element information
Namespace: http://release.niem.gov/niem/adapters/edxl-de/3.0/
Schema document: adapters/edxl-de/3.0/edxl-de.xsd
Type: edxl-de:DistributionElementAdapterType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- de:EDXLDistribution [0..*]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.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType |
Sample instance
<edxl-de:DistributionElementAdapter> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <de:EDXLDistribution> <de:distributionID>string</de:distributionID> <de:senderID>string</de:senderID> <de:dateTimeSent>2000-01-01T12:00:00</de:dateTimeSent> <de:distributionStatus>Actual</de:distributionStatus> <de:distributionType>Report</de:distributionType> <de:combinedConfidentiality>string</de:combinedConfidentiality> <de:language>string</de:language> <de:senderRole> <de:valueListUrn>string</de:valueListUrn> <de:value>string</de:value> </de:senderRole> <de:recipientRole> <de:valueListUrn>string</de:valueListUrn> <de:value>string</de:value> </de:recipientRole> <de:keyword> <de:valueListUrn>string</de:valueListUrn> <de:value>string</de:value> </de:keyword> <de:distributionReference>string</de:distributionReference> <de:explicitAddress> <de:explicitAddressScheme>string</de:explicitAddressScheme> <de:explicitAddressValue>string</de:explicitAddressValue> </de:explicitAddress> <de:targetArea> <de:circle>string</de:circle> <de:polygon>string</de:polygon> <de:country>string</de:country> <de:subdivision>string</de:subdivision> <de:locCodeUN>string</de:locCodeUN> </de:targetArea> <de:contentObject> <de:contentDescription>string</de:contentDescription> <de:contentKeyword>... </de:contentKeyword> <de:incidentID>string</de:incidentID> <de:incidentDescription>string</de:incidentDescription> <de:originatorRole>... </de:originatorRole> <de:consumerRole>... </de:consumerRole> <de:confidentiality>string</de:confidentiality> <de:nonXMLContent>... </de:nonXMLContent> <!--any element--> </de:contentObject> </de:EDXLDistribution> </edxl-de:DistributionElementAdapter>