have-codes:CapacityStatusCodeSimpleType

simpleType CapacityStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/edxl_have/4.0/

Definition

A data type for a code set of bed kind or sub-category bed kind.

Diagram

Enumerations

ValueDefinition
NotAvailableThe type of bed is not available.
VacantAvailableThe type of bed is available.

XML Schema

<xs:simpleType name="CapacityStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set of bed kind or sub-category bed kind.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="NotAvailable">
<xs:annotation>
<xs:documentation>
The type of bed is not available.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VacantAvailable">
<xs:annotation>
<xs:documentation>
The type of bed is available.
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>