scr:BenefitApplicationStatusCategoryCodeSimpleType
simpleType BenefitApplicationStatusCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a status of a benefit application.
Diagram
Enumerations
Value | Definition |
C | Closed |
M | Missing documentation |
O | Open |
P | Pending |
R | Rejected |
S | Screening in Progress |
XML Schema
<xs:simpleType name="BenefitApplicationStatusCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a status of a benefit application.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
Closed</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="M">
<xs:annotation>
<xs:documentation>
Missing documentation</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="O">
<xs:annotation>
<xs:documentation>
Open</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="P">
<xs:annotation>
<xs:documentation>
Pending</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R">
<xs:annotation>
<xs:documentation>
Rejected</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="S">
<xs:annotation>
<xs:documentation>
Screening in Progress</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>