hs:ChildSupportEnforcementCaseTransferCodeSimpleType
simpleType ChildSupportEnforcementCaseTransferCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.0/
Definition
A data type for the reasons why a child-support-enforcement case was transferred.
Diagram
Enumerations
Value | Definition |
CPMoved | Custodial parent moved into another child-support-enforcement office location or service area. |
CPRequest | Custodial parent requested that the child-support-enforcement case be transferred to another office location or service area. |
ForeignIV-DRequest | Another IV-D Office requested that the child-support-enforcement case be transferred to another office location or service area. |
NCPRequest | The non-custodial parent requested that the child-support-enforcement case be transferred to another office location or service area. |
Other | Child Support Enforcement case has been transferred for an unenumerated reason. |
UnableToEstablishJurisdiction | A tribe was not able to establish jurisdiction over a child-support-enforcement application. |
XML Schema
<xs:simpleType name="ChildSupportEnforcementCaseTransferCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the reasons why a child-support-enforcement case was transferred.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="CPMoved">
<xs:annotation>
<xs:documentation>
Custodial parent moved into another child-support-enforcement office location or service area.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CPRequest">
<xs:annotation>
<xs:documentation>
Custodial parent requested that the child-support-enforcement case be transferred to another office location or service area.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ForeignIV-DRequest">
<xs:annotation>
<xs:documentation>
Another IV-D Office requested that the child-support-enforcement case be transferred to another office location or service area.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NCPRequest">
<xs:annotation>
<xs:documentation>
The non-custodial parent requested that the child-support-enforcement case be transferred to another office location or service area.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Other">
<xs:annotation>
<xs:documentation>
Child Support Enforcement case has been transferred for an unenumerated reason.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UnableToEstablishJurisdiction">
<xs:annotation>
<xs:documentation>
A tribe was not able to establish jurisdiction over a child-support-enforcement application.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>