hs:CaseworkerInvolvementCategoryCodeSimpleType

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

Definition

A data type describing the specific involvement of a caseworker as related to a particular case.

Diagram

Enumerations

ValueDefinition
ADAdoption
INInvestigator
ONOngoing
OTOther
PEPermanency
PTPre-Trial Services
SUSupervisor

XML Schema

<xs:simpleType name="CaseworkerInvolvementCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type describing the specific involvement of a caseworker as related to a particular case.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="AD">
<xs:annotation>
<xs:documentation>
Adoption
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IN">
<xs:annotation>
<xs:documentation>
Investigator
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ON">
<xs:annotation>
<xs:documentation>
Ongoing
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OT">
<xs:annotation>
<xs:documentation>
Other
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PE">
<xs:annotation>
<xs:documentation>
Permanency
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PT">
<xs:annotation>
<xs:documentation>
Pre-Trial Services
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SU">
<xs:annotation>
<xs:documentation>
Supervisor
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>