have-codes:MorgueCapacityCodeSimpleType
simpleType MorgueCapacityCodeSimpleType in namespace http://release.niem.gov/niem/codes/edxl_have/4.0/
Definition
A data type for a code set of the status of the morgue capacity.
Diagram
Enumerations
Value | Definition |
Exceeded | Storage needs exceed available space |
Full | All normal space is in use |
Open | Space 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:restriction base="xs:token">
<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>