hs:ChargeAllegationCategoryCodeSimpleType
simpleType ChargeAllegationCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/
Definition
A data type for a list of NCANDS (National Child Abuse and Neglect Data System) allegation categories.
Diagram
Enumerations
Value | Definition |
EA | Emotional Abuse |
MN | Medical Neglect |
NE | Neglect |
PA | Physical Abuse |
SA | Sexual 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:restriction base="xs:token">
<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>