hs:HearingCategoryCodeSimpleType

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

Definition

A data type for the type of hearing that is going to take place.

Diagram

Enumerations

ValueDefinition
ADHEAdversary Hearing
COMPCompliance Hearing
EXPAEx Parte Hearing
INPHInitial Permanency Hearing
JURYJury Trial
NERHNon-Emergency Removal Hearing
PRETPretrial Hearing
PRHPlacement Review Hearing
TRIALTrial/ Final Hearing

XML Schema

<xs:simpleType name="HearingCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the type of hearing that is going to take place.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="ADHE">
<xs:annotation>
<xs:documentation>
Adversary Hearing
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="COMP">
<xs:annotation>
<xs:documentation>
Compliance Hearing
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EXPA">
<xs:annotation>
<xs:documentation>
Ex Parte Hearing
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="INPH">
<xs:annotation>
<xs:documentation>
Initial Permanency Hearing
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="JURY">
<xs:annotation>
<xs:documentation>
Jury Trial
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NERH">
<xs:annotation>
<xs:documentation>
Non-Emergency Removal Hearing
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PRET">
<xs:annotation>
<xs:documentation>
Pretrial Hearing
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PRH">
<xs:annotation>
<xs:documentation>
Placement Review Hearing
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TRIAL">
<xs:annotation>
<xs:documentation>
Trial/ Final Hearing
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>