edxl-have:HaveAdapterType

complexType HaveAdapterType in namespace http://release.niem.gov/niem/adapters/edxl-have/4.0/

Definition

A data type for EDXL-HAVE which specifies an XML document format that allows the communication of the status of a hospital, its services, and its resources.

Diagram

XML Schema

<xs:complexType name="HaveAdapterType" appinfo:externalAdapterTypeIndicator="true">
<xs:annotation>
<xs:documentation>
A data type for EDXL-HAVE which specifies an XML document format that allows the communication of the status of a hospital, its services, and its resources.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="have:HospitalStatus" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>
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.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>