have-codes:MorgueCapacityCodeSimpleType

simpleType MorgueCapacityCodeSimpleType in namespace http://release.niem.gov/niem/codes/edxl_have/5.0/

Definition

A data type for a code set of the status of the morgue capacity.

Diagram

Enumerations

ValueDefinition
ExceededStorage needs exceed available space
FullAll normal space is in use
OpenSpace is available

XML Schema

<xs:simpleType name="MorgueCapacityCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set of the status of the morgue capacity.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Exceeded">
<xs:annotation>
<xs:documentation>
Storage needs exceed available space
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Full">
<xs:annotation>
<xs:documentation>
All normal space is in use
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Open">
<xs:annotation>
<xs:documentation>
Space is available
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>