hs:CaseWorkerUnitType

complexType CaseWorkerUnitType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/

Definition

A data type for a case worker unit.

Diagram

XML Schema

<xs:complexType name="CaseWorkerUnitType">
<xs:annotation>
<xs:documentation>
A data type for a case worker unit.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:CaseWorkerUnitID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:CaseWorkerUnitNameRangeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:CaseWorkerUnitCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:CaseWorkerUnitAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>