hs:ChargeAllegationCategoryCodeSimpleType

simpleType ChargeAllegationCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/5.0/

Definition

A data type for a list of NCANDS (National Child Abuse and Neglect Data System) allegation categories.

Diagram

Enumerations

ValueDefinition
EAEmotional Abuse
MNMedical Neglect
NENeglect
PAPhysical Abuse
SASexual Abuse

XML Schema

<xs:simpleType name="ChargeAllegationCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a list of NCANDS (National Child Abuse and Neglect Data System) allegation categories.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="EA">
<xs:annotation>
<xs:documentation>
Emotional Abuse
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MN">
<xs:annotation>
<xs:documentation>
Medical Neglect
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NE">
<xs:annotation>
<xs:documentation>
Neglect
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PA">
<xs:annotation>
<xs:documentation>
Physical Abuse
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="SA">
<xs:annotation>
<xs:documentation>
Sexual Abuse
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>