hs:AFCARSPermanencyGoalCodeSimpleType
simpleType AFCARSPermanencyGoalCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/
Definition
A data type for a list of case plan goals for permanency defined for the Adoption and Foster Care Analysis Reporting System in 45 CFR 1355, Appendix A, roman numeral VI.
Diagram
Enumerations
| Value | Definition | 
| Adoption | Adoption | 
| Emancipation | Emancipation | 
| Guardianship | Guardianship | 
| Long Term Foster Care | Long Term Foster Care | 
| None | Case plan goal not yet established | 
| Relatives | Live with other relatives | 
| Reunification | Reunify with parent(s) or Principal Caretaker(s) | 
XML Schema
<xs:simpleType name="AFCARSPermanencyGoalCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a list of case plan goals for permanency defined for the Adoption and Foster Care Analysis Reporting System in 45 CFR 1355, Appendix A, roman numeral VI.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Adoption">
<xs:annotation>
<xs:documentation>
Adoption</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Emancipation">
<xs:annotation>
<xs:documentation>
Emancipation</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Guardianship">
<xs:annotation>
<xs:documentation>
Guardianship</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Long Term Foster Care">
<xs:annotation>
<xs:documentation>
Long Term Foster Care</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="None">
<xs:annotation>
<xs:documentation>
Case plan goal not yet established</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Relatives">
<xs:annotation>
<xs:documentation>
Live with other relatives</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Reunification">
<xs:annotation>
<xs:documentation>
Reunify with parent(s) or Principal Caretaker(s)</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>