have-codes:AvailabilityStatusCodeSimpleType

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

Definition

A data type for a code set of service availability.

Diagram

Enumerations

ValueDefinition
AdequateMeets the current needs
InsufficientCurrent needs are not being met

XML Schema

<xs:simpleType name="AvailabilityStatusCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code set of service availability.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Adequate">
<xs:annotation>
<xs:documentation>
Meets the current needs
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Insufficient">
<xs:annotation>
<xs:documentation>
Current needs are not being met
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>