hs:HearingCategoryCodeSimpleType
simpleType HearingCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/
Definition
A data type for the type of hearing that is going to take place.
Diagram
Enumerations
| Value | Definition | 
| ADHE | Adversary Hearing | 
| COMP | Compliance Hearing | 
| EXPA | Ex Parte Hearing | 
| INPH | Initial Permanency Hearing | 
| JURY | Jury Trial | 
| NERH | Non-Emergency Removal Hearing | 
| PRET | Pretrial Hearing | 
| PRH | Placement Review Hearing | 
| TRIAL | Trial/ 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:restriction base="xs:token">
<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>