have-codes:AvailabilityStatusCodeSimpleType
simpleType AvailabilityStatusCodeSimpleType in namespace http://release.niem.gov/niem/codes/edxl_have/4.0/
Definition
A data type for a code set of service availability.
Diagram
Enumerations
Value | Definition |
Adequate | Meets the current needs |
Insufficient | Current 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:restriction base="xs:token">
<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>