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
Value | Definition |
C | Record is for Child Receiving Child Assistance |
P | Record is for Parent Receiving Child Care Assistance |
R | Record 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:restriction base="xs:token">
<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>