<xsd:simpleType name="MorgueCapacityCodeSimpleType">
<xsd:annotation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Exceeded">
<xsd:annotation>
<xsd:documentation>Storage needs exceed available space</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Full">
<xsd:annotation>
<xsd:documentation>All normal space is in use</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Open">
<xsd:annotation>
<xsd:documentation>Space is available</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|