hs:CaseInitiationReasonCodeSimpleType
simpleType CaseInitiationReasonCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/
Definition
A data type for a list of overall procedural reasons for opening the case.
Diagram
Enumerations
Value | Definition |
NF | New Filing |
RE | Reopen |
SE | Severance |
TI | Transfer In |
XML Schema
<xs:simpleType name="CaseInitiationReasonCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a list of overall procedural reasons for opening the case.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="NF">
<xs:annotation>
<xs:documentation>
New Filing</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RE">
<xs:annotation>
<xs:documentation>
Reopen</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SE">
<xs:annotation>
<xs:documentation>
Severance</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TI">
<xs:annotation>
<xs:documentation>
Transfer In</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>