edxl-have:HaveAdapter
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-have/3.0/
Schema document: adapters/edxl-have/3.0/edxl-have.xsd
Type: edxl-have:HaveAdapterType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- have:HospitalStatus [0..*]A top level container element for reporting status of any number of hospitals. The EDXL-HAVE has no independent routing mechanism, so it requires a routing mechanism that is consistent with the EDXL-DE distribution types.
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-have:HaveAdapter> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <have:HospitalStatus> <have:Hospital> <have:Organization>... </have:Organization> <have:EmergencyDepartmentStatus>... </have:EmergencyDepartmentStatus> <have:HospitalBedCapacityStatus>... </have:HospitalBedCapacityStatus> <have:ServiceCoverageStatus>... </have:ServiceCoverageStatus> <have:HospitalFacilityStatus>... </have:HospitalFacilityStatus> <have:HospitalResourcesStatus>... </have:HospitalResourcesStatus> <have:LastUpdateTime>2000-01-01T12:00:00</have:LastUpdateTime> </have:Hospital> </have:HospitalStatus> </edxl-have:HaveAdapter>