hs:CaseWorkerUnitCodeListCodeSimpleType

simpleType CaseWorkerUnitCodeListCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/

Definition

A data type for a kind of a case worker unit.

Diagram

Enumerations

ValueDefinition
EnforcementEnforcement
EstablishmentEstablishment
IntakeIntake
LocateLocate
PaternityPaternity

XML Schema

<xs:simpleType name="CaseWorkerUnitCodeListCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of a case worker unit.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Enforcement">
<xs:annotation>
<xs:documentation>
Enforcement
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Establishment">
<xs:annotation>
<xs:documentation>
Establishment
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Intake">
<xs:annotation>
<xs:documentation>
Intake
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Locate">
<xs:annotation>
<xs:documentation>
Locate
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Paternity">
<xs:annotation>
<xs:documentation>
Paternity
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>