hs:ChildCareIndicatorCodeSimpleType

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

Definition

A data type for a role of the person of record involved in child care - the child receiving assistance, the parent receiving assistance, or the child care provider.

Diagram

Enumerations

ValueDefinition
CRecord is for Child Receiving Child Assistance
PRecord is for Parent Receiving Child Care Assistance
RRecord is for a Child Care Provider

XML Schema

<xs:simpleType name="ChildCareIndicatorCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a role of the person of record involved in child care - the child receiving assistance, the parent receiving assistance, or the child care provider.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="C">
<xs:annotation>
<xs:documentation>
Record is for Child Receiving Child Assistance
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="P">
<xs:annotation>
<xs:documentation>
Record is for Parent Receiving Child Care Assistance
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="R">
<xs:annotation>
<xs:documentation>
Record is for a Child Care Provider
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>