hs:ChildWelfareChargeStatusCategoryCodeSimpleType
simpleType ChildWelfareChargeStatusCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/
Definition
A data type for a list that describes the current status of the associated charge.
Diagram
Enumerations
Value | Definition |
Adjudicated | A court entered a formal judgment that dependency, neglect, or abuse occurred |
Dismissed | A court entered a formal judgment dismissing the allegation |
Indicated | An investigation of the allegation indicated that dependency, neglect, or abuse occurred |
Pending | Child protective services has received the allegation |
Under investigation | An investigation of the allegation is in progress |
Unsubstantiated | Child protective services could not substantiate the allegation |
XML Schema
<xs:simpleType name="ChildWelfareChargeStatusCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a list that describes the current status of the associated charge.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Adjudicated">
<xs:annotation>
<xs:documentation>
A court entered a formal judgment that dependency, neglect, or abuse occurred</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Dismissed">
<xs:annotation>
<xs:documentation>
A court entered a formal judgment dismissing the allegation</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Indicated">
<xs:annotation>
<xs:documentation>
An investigation of the allegation indicated that dependency, neglect, or abuse occurred</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Pending">
<xs:annotation>
<xs:documentation>
Child protective services has received the allegation</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Under investigation">
<xs:annotation>
<xs:documentation>
An investigation of the allegation is in progress</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Unsubstantiated">
<xs:annotation>
<xs:documentation>
Child protective services could not substantiate the allegation</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>