hs:CaseworkerType

complexType CaseworkerType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/

Definition

A data type for information about the caseworker.

Diagram

XML Schema

<xs:complexType name="CaseworkerType">
<xs:annotation>
<xs:documentation>
A data type for information about the caseworker.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:RoleOfPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:CaseworkerCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:CaseworkerAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>