hs:CaseInitiationReasonCodeSimpleType

simpleType CaseInitiationReasonCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/

Definition

A data type for a list of overall procedural reasons for opening the case.

Diagram

Enumerations

ValueDefinition
NFNew Filing
REReopen
SESeverance
TITransfer 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: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>