hs:ChildSupportEnforcementCaseDispositionDecisionCodeSimpleType
simpleType ChildSupportEnforcementCaseDispositionDecisionCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/
Definition
A data type for the disposition decisions that a tribunal can reach at the conclusion of a hearing, trial, or other proceeding in a child-support-enforcement case.
Diagram
Enumerations
Value | Definition |
DismissedWithoutPrejudice | The child-support-enforcement petition was dismissed without prejudice (e.g., respondent was not served with process within a time limit, petition was not filed with proper tribunal, etc.). |
DismissedWithPrejudice | The child-support-enforcement petition was dismissed with prejudice (e.g., respondent was found not to be the childs parent, the petition exceeded the number of child-support-modification requests permitted by the jurisdiction during a time period, etc.). |
EnforcementOrder | The tribunal entered an order to enforce a related child-support order (e.g., garnishment, contempt, license suspension, etc.) |
FinalOrder | The tribunal entered a final order regarding all of the child-support remedies requested in the petition. |
GeneticTestOrder | The tribunal ordered the childs alleged kin to submit to genetic testing for the purpose of determining paternity. |
Other | The tribunal entered an unenumerated order. |
TemporaryOrder | The tribunal entered a temporary order regarding some or all of the child-support remedies requested in the petition. |
XML Schema
<xs:simpleType name="ChildSupportEnforcementCaseDispositionDecisionCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the disposition decisions that a tribunal can reach at the conclusion of a hearing, trial, or other proceeding in a child-support-enforcement case.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="DismissedWithoutPrejudice">
<xs:annotation>
<xs:documentation>
The child-support-enforcement petition was dismissed without prejudice (e.g., respondent was not served with process within a time limit, petition was not filed with proper tribunal, etc.).</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DismissedWithPrejudice">
<xs:annotation>
<xs:documentation>
The child-support-enforcement petition was dismissed with prejudice (e.g., respondent was found not to be the childs parent, the petition exceeded the number of child-support-modification requests permitted by the jurisdiction during a time period, etc.).</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EnforcementOrder">
<xs:annotation>
<xs:documentation>
The tribunal entered an order to enforce a related child-support order (e.g., garnishment, contempt, license suspension, etc.)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FinalOrder">
<xs:annotation>
<xs:documentation>
The tribunal entered a final order regarding all of the child-support remedies requested in the petition.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GeneticTestOrder">
<xs:annotation>
<xs:documentation>
The tribunal ordered the childs alleged kin to submit to genetic testing for the purpose of determining paternity.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
The tribunal entered an unenumerated order.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="TemporaryOrder">
<xs:annotation>
<xs:documentation>
The tribunal entered a temporary order regarding some or all of the child-support remedies requested in the petition.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>