<?xml version="1.0" encoding="UTF-8"?>
<tns:nytd_data_file xmlns:tns="http://nytd.acf.hhs.gov" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="nytd_data_file_format.xsd" xsi:schemaLocation="http://nytd.acf.hhs.gov nytd_data_file_format.xsd">
  <file_id>00003</file_id>
  <E1_state>99</E1_state>
  <file_generation_date>2011-04-05</file_generation_date>
  <file_note>This file includes 10 youth records</file_note>
  <file_note><![CDATA[
				This file note demonstrates use of a CDATA (character data) section.
				A CDATA section like this one is used to tell the XML parser (the program which reads the XML) that
					all content in that section should be interpretted as character data, not markup (tags).  It is
					appropriate to use the CDATA section to enclose text that might include the characters "<" and "&"
					since those characters are illegal otherwise.  In the NYTD data file, these characters might occur
					in the <E3_record_number> text, or (more likely) in one of the notes: <file_note>, <field_note>, or
					<record_note>.
				This approach may not be used for the value-level note attribute available to most NYTD element tags.
]]></file_note>
  <file_note><![CDATA[
				An alternative to using a CDATA section is to escape any special characters.
				In XML, the characters may be "escaped" (alternatly represented):
					The ampersand (&) may be represented as: &amp;
					The single quote (') may be represented as: &apos;
					The double quote (") may be represented as: &quot;
					the less-than sign (<) may be represented as: &lt;
					the greater-than sign (>) may be represented as: &gt;
				Escaping is the only way to use the less-than sign in an attribute.
				Escaping should also be used to nest quotation marks in an attribute.
]]></file_note>
  <field_note element_id="1">State FIPS code does not correspond to an actual State</field_note>
  <file_category>regular</file_category>
  <E2_report_date>201103</E2_report_date>
  <record>
    <E3_record_number>0000XRVQ4173</E3_record_number>
    <record_note>Age at start of report period: 15y 7.7m; Age at end of report period: 16y 1.7m; served youth</record_note>
    <E4_date_of_birth>1995-02-08</E4_date_of_birth>
    <E5_sex>male</E5_sex>
    <E6_race_american_indian_alaska_native>no</E6_race_american_indian_alaska_native>
    <E7_race_asian>no</E7_race_asian>
    <E8_race_black_african_american>no</E8_race_black_african_american>
    <E9_race_hawaiian_pacific_islander>no</E9_race_hawaiian_pacific_islander>
    <E10_race_white>no</E10_race_white>
    <E11_race_unknown>no</E11_race_unknown>
    <E12_race_declined>yes</E12_race_declined>
    <E13_hispanic_latino>no</E13_hispanic_latino>
    <served_population>
      <E14_foster_care_status_services>yes</E14_foster_care_status_services>
      <E15_local_agency>99073</E15_local_agency>
      <E16_federally_recognized_tribe>no</E16_federally_recognized_tribe>
      <E17_adjudicated_delinquent>yes</E17_adjudicated_delinquent>
      <E18_educational_level>9</E18_educational_level>
      <E19_special_education>yes</E19_special_education>
      <E20_independent_living_needs_assess>no</E20_independent_living_needs_assess>
      <E21_academic_support>yes</E21_academic_support>
      <E22_post_secondary_educ_support>no</E22_post_secondary_educ_support>
      <E23_career_preparation>no</E23_career_preparation>
      <E24_employment_programs>no</E24_employment_programs>
      <E25_budget_financial_mgmt>no</E25_budget_financial_mgmt>
      <E26_housing_educ_home_mgmt_training>no</E26_housing_educ_home_mgmt_training>
      <E27_health_educ_risk_prevention>yes</E27_health_educ_risk_prevention>
      <E28_family_support_healthy_marriage_educ>no</E28_family_support_healthy_marriage_educ>
      <E29_mentoring>yes</E29_mentoring>
      <E30_supervised_independent_living>no</E30_supervised_independent_living>
      <E31_room_board_financial_assist>no</E31_room_board_financial_assist>
      <E32_educ_financial_assist>no</E32_educ_financial_assist>
      <E33_other_financial_assist>no</E33_other_financial_assist>
    </served_population>
    <baseline_followup_populations>
      <E34_outcomes_reporting_status/>
      <E35_date_outcome_data_collection/>
      <E36_foster_care_status_outcomes/>
      <baseline_followup_outcome_survey>
        <E37_current_full_time_employment/>
        <E38_current_part_time_employment/>
        <E39_employment_related_skills/>
        <E40_social_security/>
        <E41_educ_aid/>
        <E42_public_financial_assist/>
        <E43_public_food_assist/>
        <E44_public_housing_assist/>
        <E45_other_financial_support/>
        <E46_highest_educ_certification/>
        <E47_current_enrollment_attendance/>
        <E48_connection_adult/>
        <E49_homelessness/>
        <E50_substance_abuse_referral/>
        <E51_incarceration/>
        <E52_children/>
        <E53_marriage_at_childs_birth/>
        <E54_medicaid/>
        <E55_other_health_insurance/>
        <E56_health_insurance_type_medical/>
        <E57_health_insurance_type_mental_health/>
        <E58_health_insurance_type_prescription_drugs/>
      </baseline_followup_outcome_survey>
    </baseline_followup_populations>
  </record>
  <record>
    <E3_record_number note="Example of the use of CDATA section for characters (less-than sign and ampersand) illegal within XML"><![CDATA[<<<ABC&&1234]]></E3_record_number>
    <record_note>Age at start of report period: 16y 10.3m; Age at end of report period: 17y 4.2m; served and baseline youth (participated)</record_note>
    <E4_date_of_birth>1993-11-23</E4_date_of_birth>
    <E5_sex>female</E5_sex>
    <E6_race_american_indian_alaska_native>yes</E6_race_american_indian_alaska_native>
    <E7_race_asian>no</E7_race_asian>
    <E8_race_black_african_american>no</E8_race_black_african_american>
    <E9_race_hawaiian_pacific_islander>no</E9_race_hawaiian_pacific_islander>
    <E10_race_white>no</E10_race_white>
    <E11_race_unknown>no</E11_race_unknown>
    <E12_race_declined>no</E12_race_declined>
    <E13_hispanic_latino>no</E13_hispanic_latino>
    <served_population>
      <E14_foster_care_status_services>yes</E14_foster_care_status_services>
      <E15_local_agency>99047</E15_local_agency>
      <E16_federally_recognized_tribe>yes</E16_federally_recognized_tribe>
      <E17_adjudicated_delinquent>no</E17_adjudicated_delinquent>
      <E18_educational_level>11</E18_educational_level>
      <E19_special_education>no</E19_special_education>
      <E20_independent_living_needs_assess>yes</E20_independent_living_needs_assess>
      <E21_academic_support>yes</E21_academic_support>
      <E22_post_secondary_educ_support>no</E22_post_secondary_educ_support>
      <E23_career_preparation>yes</E23_career_preparation>
      <E24_employment_programs>yes</E24_employment_programs>
      <E25_budget_financial_mgmt>yes</E25_budget_financial_mgmt>
      <E26_housing_educ_home_mgmt_training>no</E26_housing_educ_home_mgmt_training>
      <E27_health_educ_risk_prevention>yes</E27_health_educ_risk_prevention>
      <E28_family_support_healthy_marriage_educ>no</E28_family_support_healthy_marriage_educ>
      <E29_mentoring>yes</E29_mentoring>
      <E30_supervised_independent_living>no</E30_supervised_independent_living>
      <E31_room_board_financial_assist>no</E31_room_board_financial_assist>
      <E32_educ_financial_assist>yes</E32_educ_financial_assist>
      <E33_other_financial_assist>yes</E33_other_financial_assist>
    </served_population>
    <baseline_followup_populations>
      <E34_outcomes_reporting_status>participated</E34_outcomes_reporting_status>
      <E35_date_outcome_data_collection>2010-12-23</E35_date_outcome_data_collection>
      <E36_foster_care_status_outcomes>yes</E36_foster_care_status_outcomes>
      <baseline_followup_outcome_survey>
        <E37_current_full_time_employment>no</E37_current_full_time_employment>
        <E38_current_part_time_employment>yes</E38_current_part_time_employment>
        <E39_employment_related_skills>no</E39_employment_related_skills>
        <E40_social_security>no</E40_social_security>
        <E41_educ_aid>yes</E41_educ_aid>
        <E42_public_financial_assist>not applicable</E42_public_financial_assist>
        <E43_public_food_assist>not applicable</E43_public_food_assist>
        <E44_public_housing_assist>not applicable</E44_public_housing_assist>
        <E45_other_financial_support>no</E45_other_financial_support>
        <E46_highest_educ_certification>none of the above</E46_highest_educ_certification>
        <E47_current_enrollment_attendance>yes</E47_current_enrollment_attendance>
        <E48_connection_adult>yes</E48_connection_adult>
        <E49_homelessness>no</E49_homelessness>
        <E50_substance_abuse_referral>no</E50_substance_abuse_referral>
        <E51_incarceration>no</E51_incarceration>
        <E52_children>no</E52_children>
        <E53_marriage_at_childs_birth>not applicable</E53_marriage_at_childs_birth>
        <E54_medicaid>no</E54_medicaid>
        <E55_other_health_insurance>no</E55_other_health_insurance>
        <E56_health_insurance_type_medical>not applicable</E56_health_insurance_type_medical>
        <E57_health_insurance_type_mental_health>not applicable</E57_health_insurance_type_mental_health>
        <E58_health_insurance_type_prescription_drugs>not applicable</E58_health_insurance_type_prescription_drugs>
      </baseline_followup_outcome_survey>
    </baseline_followup_populations>  
  </record>
  <record>
    <E3_record_number note="Example of the use of escape codes to represent characters (less-than sign and ampersand) illegal within XML">000AB&lt;&amp;10357</E3_record_number>
    <record_note>Age at start of report period: 16y 7.1m; Age at end of report period: 17y 1.0m; baseline youth (declined)</record_note>
    <E4_date_of_birth>1994-02-27</E4_date_of_birth>
    <E5_sex>male</E5_sex>
    <E6_race_american_indian_alaska_native>no</E6_race_american_indian_alaska_native>
    <E7_race_asian>no</E7_race_asian>
    <E8_race_black_african_american>yes</E8_race_black_african_american>
    <E9_race_hawaiian_pacific_islander>no</E9_race_hawaiian_pacific_islander>
    <E10_race_white>yes</E10_race_white>
    <E11_race_unknown>no</E11_race_unknown>
    <E12_race_declined>no</E12_race_declined>
    <E13_hispanic_latino>no</E13_hispanic_latino>
    <served_population>
      <E14_foster_care_status_services/>
      <E15_local_agency/>
      <E16_federally_recognized_tribe/>
      <E17_adjudicated_delinquent/>
      <E18_educational_level/>
      <E19_special_education/>
      <E20_independent_living_needs_assess/>
      <E21_academic_support/>
      <E22_post_secondary_educ_support/>
      <E23_career_preparation/>
      <E24_employment_programs/>
      <E25_budget_financial_mgmt/>
      <E26_housing_educ_home_mgmt_training/>
      <E27_health_educ_risk_prevention/>
      <E28_family_support_healthy_marriage_educ/>
      <E29_mentoring/>
      <E30_supervised_independent_living/>
      <E31_room_board_financial_assist/>
      <E32_educ_financial_assist/>
      <E33_other_financial_assist/>
    </served_population>
    <baseline_followup_populations>
      <E34_outcomes_reporting_status>declined</E34_outcomes_reporting_status>
      <E35_date_outcome_data_collection/>
      <E36_foster_care_status_outcomes>yes</E36_foster_care_status_outcomes>
      <baseline_followup_outcome_survey>
        <E37_current_full_time_employment/>
        <E38_current_part_time_employment/>
        <E39_employment_related_skills/>
        <E40_social_security/>
        <E41_educ_aid/>
        <E42_public_financial_assist/>
        <E43_public_food_assist/>
        <E44_public_housing_assist/>
        <E45_other_financial_support/>
        <E46_highest_educ_certification/>
        <E47_current_enrollment_attendance/>
        <E48_connection_adult/>
        <E49_homelessness/>
        <E50_substance_abuse_referral/>
        <E51_incarceration/>
        <E52_children/>
        <E53_marriage_at_childs_birth/>
        <E54_medicaid/>
        <E55_other_health_insurance/>
        <E56_health_insurance_type_medical/>
        <E57_health_insurance_type_mental_health/>
        <E58_health_insurance_type_prescription_drugs/>
      </baseline_followup_outcome_survey>
    </baseline_followup_populations>
  </record>
  <record>
    <E3_record_number>0000CDEFGH12</E3_record_number>
    <record_note>Age at start of report period: 17y 8.0m; Age at end of report period: 18y 2.0m; served youth</record_note>
    <E4_date_of_birth>1993-01-30</E4_date_of_birth>
    <E5_sex>male</E5_sex>
    <E6_race_american_indian_alaska_native>no</E6_race_american_indian_alaska_native>
    <E7_race_asian>no</E7_race_asian>
    <E8_race_black_african_american>no</E8_race_black_african_american>
    <E9_race_hawaiian_pacific_islander>no</E9_race_hawaiian_pacific_islander>
    <E10_race_white>yes</E10_race_white>
    <E11_race_unknown>no</E11_race_unknown>
    <E12_race_declined>no</E12_race_declined>
    <E13_hispanic_latino>no</E13_hispanic_latino>
    <served_population>
      <E14_foster_care_status_services>yes</E14_foster_care_status_services>
      <E15_local_agency>centralized unit</E15_local_agency>
      <E16_federally_recognized_tribe>no</E16_federally_recognized_tribe>
      <E17_adjudicated_delinquent>no</E17_adjudicated_delinquent>
      <E18_educational_level>12</E18_educational_level>
      <E19_special_education>no</E19_special_education>
      <E20_independent_living_needs_assess>yes</E20_independent_living_needs_assess>
      <E21_academic_support>yes</E21_academic_support>
      <E22_post_secondary_educ_support>no</E22_post_secondary_educ_support>
      <E23_career_preparation>yes</E23_career_preparation>
      <E24_employment_programs>no</E24_employment_programs>
      <E25_budget_financial_mgmt>yes</E25_budget_financial_mgmt>
      <E26_housing_educ_home_mgmt_training>yes</E26_housing_educ_home_mgmt_training>
      <E27_health_educ_risk_prevention>yes</E27_health_educ_risk_prevention>
      <E28_family_support_healthy_marriage_educ>yes</E28_family_support_healthy_marriage_educ>
      <E29_mentoring>no</E29_mentoring>
      <E30_supervised_independent_living>yes</E30_supervised_independent_living>
      <E31_room_board_financial_assist>yes</E31_room_board_financial_assist>
      <E32_educ_financial_assist>no</E32_educ_financial_assist>
      <E33_other_financial_assist>no</E33_other_financial_assist>
    </served_population>
    <baseline_followup_populations>
      <E34_outcomes_reporting_status/>
      <E35_date_outcome_data_collection/>
      <E36_foster_care_status_outcomes/>
      <baseline_followup_outcome_survey>
        <E37_current_full_time_employment/>
        <E38_current_part_time_employment/>
        <E39_employment_related_skills/>
        <E40_social_security/>
        <E41_educ_aid/>
        <E42_public_financial_assist/>
        <E43_public_food_assist/>
        <E44_public_housing_assist/>
        <E45_other_financial_support/>
        <E46_highest_educ_certification/>
        <E47_current_enrollment_attendance/>
        <E48_connection_adult/>
        <E49_homelessness/>
        <E50_substance_abuse_referral/>
        <E51_incarceration/>
        <E52_children/>
        <E53_marriage_at_childs_birth/>
        <E54_medicaid/>
        <E55_other_health_insurance/>
        <E56_health_insurance_type_medical/>
        <E57_health_insurance_type_mental_health/>
        <E58_health_insurance_type_prescription_drugs/>
      </baseline_followup_outcome_survey>
    </baseline_followup_populations>
  </record>
  <record>
    <E3_record_number>000020n4Q668</E3_record_number>
    <record_note>Age at start of report period: 16y 9.4m; Age at end of report period: 17y 3.3m; served and baseline youth (participated)</record_note>
    <E4_date_of_birth>1993-12-20</E4_date_of_birth>
    <E5_sex>female</E5_sex>
    <E6_race_american_indian_alaska_native>no</E6_race_american_indian_alaska_native>
    <E7_race_asian>no</E7_race_asian>
    <E8_race_black_african_american>yes</E8_race_black_african_american>
    <E9_race_hawaiian_pacific_islander>no</E9_race_hawaiian_pacific_islander>
    <E10_race_white>no</E10_race_white>
    <E11_race_unknown>no</E11_race_unknown>
    <E12_race_declined>no</E12_race_declined>
    <E13_hispanic_latino>no</E13_hispanic_latino>
    <served_population>
      <E14_foster_care_status_services>yes</E14_foster_care_status_services>
      <E15_local_agency>99003</E15_local_agency>
      <E16_federally_recognized_tribe>no</E16_federally_recognized_tribe>
      <E17_adjudicated_delinquent>no</E17_adjudicated_delinquent>
      <E18_educational_level>11</E18_educational_level>
      <E19_special_education>yes</E19_special_education>
      <E20_independent_living_needs_assess>no</E20_independent_living_needs_assess>
      <E21_academic_support>yes</E21_academic_support>
      <E22_post_secondary_educ_support>no</E22_post_secondary_educ_support>
      <E23_career_preparation>yes</E23_career_preparation>
      <E24_employment_programs>no</E24_employment_programs>
      <E25_budget_financial_mgmt>no</E25_budget_financial_mgmt>
      <E26_housing_educ_home_mgmt_training>no</E26_housing_educ_home_mgmt_training>
      <E27_health_educ_risk_prevention>yes</E27_health_educ_risk_prevention>
      <E28_family_support_healthy_marriage_educ>no</E28_family_support_healthy_marriage_educ>
      <E29_mentoring>yes</E29_mentoring>
      <E30_supervised_independent_living>no</E30_supervised_independent_living>
      <E31_room_board_financial_assist>no</E31_room_board_financial_assist>
      <E32_educ_financial_assist>no</E32_educ_financial_assist>
      <E33_other_financial_assist>no</E33_other_financial_assist>
    </served_population>
    <baseline_followup_populations>
      <E34_outcomes_reporting_status>participated</E34_outcomes_reporting_status>
      <E35_date_outcome_data_collection>2011-01-04</E35_date_outcome_data_collection>
      <E36_foster_care_status_outcomes>yes</E36_foster_care_status_outcomes>
      <baseline_followup_outcome_survey>
        <E37_current_full_time_employment>no</E37_current_full_time_employment>
        <E38_current_part_time_employment>no</E38_current_part_time_employment>
        <E39_employment_related_skills>no</E39_employment_related_skills>
        <E40_social_security>no</E40_social_security>
        <E41_educ_aid>no</E41_educ_aid>
        <E42_public_financial_assist>not applicable</E42_public_financial_assist>
        <E43_public_food_assist>not applicable</E43_public_food_assist>
        <E44_public_housing_assist>not applicable</E44_public_housing_assist>
        <E45_other_financial_support>no</E45_other_financial_support>
        <E46_highest_educ_certification>none of the above</E46_highest_educ_certification>
        <E47_current_enrollment_attendance>yes</E47_current_enrollment_attendance>
        <E48_connection_adult>yes</E48_connection_adult>
        <E49_homelessness>no</E49_homelessness>
        <E50_substance_abuse_referral>no</E50_substance_abuse_referral>
        <E51_incarceration>no</E51_incarceration>
        <E52_children>no</E52_children>
        <E53_marriage_at_childs_birth>not applicable</E53_marriage_at_childs_birth>
        <E54_medicaid>no</E54_medicaid>
        <E55_other_health_insurance>no</E55_other_health_insurance>
        <E56_health_insurance_type_medical>not applicable</E56_health_insurance_type_medical>
        <E57_health_insurance_type_mental_health>not applicable</E57_health_insurance_type_mental_health>
        <E58_health_insurance_type_prescription_drugs>not applicable</E58_health_insurance_type_prescription_drugs>
      </baseline_followup_outcome_survey>
	 </baseline_followup_populations>
  </record>
  <record>
    <E3_record_number>0000ABGHY234</E3_record_number>
    <record_note>Age at start of report period: 16y 10.3m; Age at end of report period: 17y 4.3m; baseline youth (participated)</record_note>
    <E4_date_of_birth>1993-11-21</E4_date_of_birth>
    <E5_sex>female</E5_sex>
    <E6_race_american_indian_alaska_native>no</E6_race_american_indian_alaska_native>
    <E7_race_asian>no</E7_race_asian>
    <E8_race_black_african_american>no</E8_race_black_african_american>
    <E9_race_hawaiian_pacific_islander>no</E9_race_hawaiian_pacific_islander>
    <E10_race_white>no</E10_race_white>
    <E11_race_unknown>yes</E11_race_unknown>
    <E12_race_declined>no</E12_race_declined>
    <E13_hispanic_latino>yes</E13_hispanic_latino>
    <served_population>
      <E14_foster_care_status_services/>
      <E15_local_agency/>
      <E16_federally_recognized_tribe/>
      <E17_adjudicated_delinquent/>
      <E18_educational_level/>
      <E19_special_education/>
      <E20_independent_living_needs_assess/>
      <E21_academic_support/>
      <E22_post_secondary_educ_support/>
      <E23_career_preparation/>
      <E24_employment_programs/>
      <E25_budget_financial_mgmt/>
      <E26_housing_educ_home_mgmt_training/>
      <E27_health_educ_risk_prevention/>
      <E28_family_support_healthy_marriage_educ/>
      <E29_mentoring/>
      <E30_supervised_independent_living/>
      <E31_room_board_financial_assist/>
      <E32_educ_financial_assist/>
      <E33_other_financial_assist/>
    </served_population>
    <baseline_followup_populations>
      <E34_outcomes_reporting_status>participated</E34_outcomes_reporting_status>
      <E35_date_outcome_data_collection>2010-11-24</E35_date_outcome_data_collection>
      <E36_foster_care_status_outcomes>yes</E36_foster_care_status_outcomes>
      <baseline_followup_outcome_survey>
        <E37_current_full_time_employment>no</E37_current_full_time_employment>
        <E38_current_part_time_employment>no</E38_current_part_time_employment>
        <E39_employment_related_skills>no</E39_employment_related_skills>
        <E40_social_security>no</E40_social_security>
        <E41_educ_aid>yes</E41_educ_aid>
        <E42_public_financial_assist>not applicable</E42_public_financial_assist>
        <E43_public_food_assist>not applicable</E43_public_food_assist>
        <E44_public_housing_assist>not applicable</E44_public_housing_assist>
        <E45_other_financial_support>no</E45_other_financial_support>
        <E46_highest_educ_certification>vocational certificate</E46_highest_educ_certification>
        <E47_current_enrollment_attendance>yes</E47_current_enrollment_attendance>
        <E48_connection_adult>yes</E48_connection_adult>
        <E49_homelessness>no</E49_homelessness>
        <E50_substance_abuse_referral>no</E50_substance_abuse_referral>
        <E51_incarceration>no</E51_incarceration>
        <E52_children>no</E52_children>
        <E53_marriage_at_childs_birth>not applicable</E53_marriage_at_childs_birth>
        <E54_medicaid>yes</E54_medicaid>
        <E55_other_health_insurance>no</E55_other_health_insurance>
        <E56_health_insurance_type_medical>not applicable</E56_health_insurance_type_medical>
        <E57_health_insurance_type_mental_health>not applicable</E57_health_insurance_type_mental_health>
        <E58_health_insurance_type_prescription_drugs>not applicable</E58_health_insurance_type_prescription_drugs>
      </baseline_followup_outcome_survey>
    </baseline_followup_populations>
  </record>
  <record>
    <E3_record_number>000001234DFGH</E3_record_number>
    <record_note>Age at start of report period: 19y 10.8m; Age at end of report period: 20y 4.8m; served youth</record_note>
    <E4_date_of_birth>1990-11-06</E4_date_of_birth>
    <E5_sex>female</E5_sex>
    <E6_race_american_indian_alaska_native>no</E6_race_american_indian_alaska_native>
    <E7_race_asian>no</E7_race_asian>
    <E8_race_black_african_american>no</E8_race_black_african_american>
    <E9_race_hawaiian_pacific_islander>yes</E9_race_hawaiian_pacific_islander>
    <E10_race_white>yes</E10_race_white>
    <E11_race_unknown>no</E11_race_unknown>
    <E12_race_declined>no</E12_race_declined>
    <E13_hispanic_latino>no</E13_hispanic_latino>
    <served_population>
      <E14_foster_care_status_services>no</E14_foster_care_status_services>
      <E15_local_agency>99013</E15_local_agency>
      <E16_federally_recognized_tribe>no</E16_federally_recognized_tribe>
      <E17_adjudicated_delinquent>no</E17_adjudicated_delinquent>
      <E18_educational_level>college</E18_educational_level>
      <E19_special_education>no</E19_special_education>
      <E20_independent_living_needs_assess>yes</E20_independent_living_needs_assess>
      <E21_academic_support>yes</E21_academic_support>
      <E22_post_secondary_educ_support>yes</E22_post_secondary_educ_support>
      <E23_career_preparation>no</E23_career_preparation>
      <E24_employment_programs>no</E24_employment_programs>
      <E25_budget_financial_mgmt>no</E25_budget_financial_mgmt>
      <E26_housing_educ_home_mgmt_training>no</E26_housing_educ_home_mgmt_training>
      <E27_health_educ_risk_prevention>no</E27_health_educ_risk_prevention>
      <E28_family_support_healthy_marriage_educ>no</E28_family_support_healthy_marriage_educ>
      <E29_mentoring>no</E29_mentoring>
      <E30_supervised_independent_living>no</E30_supervised_independent_living>
      <E31_room_board_financial_assist>yes</E31_room_board_financial_assist>
      <E32_educ_financial_assist>yes</E32_educ_financial_assist>
      <E33_other_financial_assist>yes</E33_other_financial_assist>
    </served_population>
    <baseline_followup_populations>
      <E34_outcomes_reporting_status/>
      <E35_date_outcome_data_collection/>
      <E36_foster_care_status_outcomes/>
      <baseline_followup_outcome_survey>
        <E37_current_full_time_employment/>
        <E38_current_part_time_employment/>
        <E39_employment_related_skills/>
        <E40_social_security/>
        <E41_educ_aid/>
        <E42_public_financial_assist/>
        <E43_public_food_assist/>
        <E44_public_housing_assist/>
        <E45_other_financial_support/>
        <E46_highest_educ_certification/>
        <E47_current_enrollment_attendance/>
        <E48_connection_adult/>
        <E49_homelessness/>
        <E50_substance_abuse_referral/>
        <E51_incarceration/>
        <E52_children/>
        <E53_marriage_at_childs_birth/>
        <E54_medicaid/>
        <E55_other_health_insurance/>
        <E56_health_insurance_type_medical/>
        <E57_health_insurance_type_mental_health/>
        <E58_health_insurance_type_prescription_drugs/>
      </baseline_followup_outcome_survey>
    </baseline_followup_populations>
  </record>
  <record>
    <E3_record_number>0000XCVB4567</E3_record_number>
    <record_note>Age at start of report period: 16y 10.4m; Age at end of report period: 17y 4.3m; served and baseline youth (participated)</record_note>
    <E4_date_of_birth>1993-11-19</E4_date_of_birth>
    <E5_sex>female</E5_sex>
    <E6_race_american_indian_alaska_native>no</E6_race_american_indian_alaska_native>
    <E7_race_asian>no</E7_race_asian>
    <E8_race_black_african_american>no</E8_race_black_african_american>
    <E9_race_hawaiian_pacific_islander>no</E9_race_hawaiian_pacific_islander>
    <E10_race_white>yes</E10_race_white>
    <E11_race_unknown>no</E11_race_unknown>
    <E12_race_declined>no</E12_race_declined>
    <E13_hispanic_latino>yes</E13_hispanic_latino>
    <served_population>
      <E14_foster_care_status_services>yes</E14_foster_care_status_services>
      <E15_local_agency>centralized unit</E15_local_agency>
      <E16_federally_recognized_tribe>no</E16_federally_recognized_tribe>
      <E17_adjudicated_delinquent>no</E17_adjudicated_delinquent>
      <E18_educational_level>11</E18_educational_level>
      <E19_special_education>no</E19_special_education>
      <E20_independent_living_needs_assess>yes</E20_independent_living_needs_assess>
      <E21_academic_support>yes</E21_academic_support>
      <E22_post_secondary_educ_support>no</E22_post_secondary_educ_support>
      <E23_career_preparation>yes</E23_career_preparation>
      <E24_employment_programs>yes</E24_employment_programs>
      <E25_budget_financial_mgmt>no</E25_budget_financial_mgmt>
      <E26_housing_educ_home_mgmt_training>no</E26_housing_educ_home_mgmt_training>
      <E27_health_educ_risk_prevention>no</E27_health_educ_risk_prevention>
      <E28_family_support_healthy_marriage_educ>no</E28_family_support_healthy_marriage_educ>
      <E29_mentoring>yes</E29_mentoring>
      <E30_supervised_independent_living>yes</E30_supervised_independent_living>
      <E31_room_board_financial_assist>yes</E31_room_board_financial_assist>
      <E32_educ_financial_assist>yes</E32_educ_financial_assist>
      <E33_other_financial_assist>no</E33_other_financial_assist>
    </served_population>
    <baseline_followup_populations>
      <E34_outcomes_reporting_status>participated</E34_outcomes_reporting_status>
      <E35_date_outcome_data_collection>2010-12-12</E35_date_outcome_data_collection>
      <E36_foster_care_status_outcomes>yes</E36_foster_care_status_outcomes>
      <baseline_followup_outcome_survey>
        <E37_current_full_time_employment>no</E37_current_full_time_employment>
        <E38_current_part_time_employment>no</E38_current_part_time_employment>
        <E39_employment_related_skills>no</E39_employment_related_skills>
        <E40_social_security>no</E40_social_security>
        <E41_educ_aid>yes</E41_educ_aid>
        <E42_public_financial_assist>not applicable</E42_public_financial_assist>
        <E43_public_food_assist>not applicable</E43_public_food_assist>
        <E44_public_housing_assist>not applicable</E44_public_housing_assist>
        <E45_other_financial_support>no</E45_other_financial_support>
        <E46_highest_educ_certification>none of the above</E46_highest_educ_certification>
        <E47_current_enrollment_attendance>yes</E47_current_enrollment_attendance>
        <E48_connection_adult>yes</E48_connection_adult>
        <E49_homelessness>no</E49_homelessness>
        <E50_substance_abuse_referral>no</E50_substance_abuse_referral>
        <E51_incarceration>no</E51_incarceration>
        <E52_children>yes</E52_children>
        <E53_marriage_at_childs_birth>no</E53_marriage_at_childs_birth>
        <E54_medicaid>no</E54_medicaid>
        <E55_other_health_insurance>yes</E55_other_health_insurance>
        <E56_health_insurance_type_medical>yes</E56_health_insurance_type_medical>
        <E57_health_insurance_type_mental_health>no</E57_health_insurance_type_mental_health>
        <E58_health_insurance_type_prescription_drugs>yes</E58_health_insurance_type_prescription_drugs>
      </baseline_followup_outcome_survey>
    </baseline_followup_populations>  
  </record>
  <record>
    <E3_record_number>0000GHJK3456</E3_record_number>
    <record_note>Age at start of report period: 16y 6.5m; Age at end of report period: 17y 0.5m; served and baseline youth (Youth turned age 17 on March 16 and State was not able to survey the youth before the end of the 2011A report period on March 30.  Youth will be surveyed in April during the 2011B report period)</record_note>
    <E4_date_of_birth>1994-03-16</E4_date_of_birth>
    <E5_sex>female</E5_sex>
    <E6_race_american_indian_alaska_native>no</E6_race_american_indian_alaska_native>
    <E7_race_asian>no</E7_race_asian>
    <E8_race_black_african_american>no</E8_race_black_african_american>
    <E9_race_hawaiian_pacific_islander>no</E9_race_hawaiian_pacific_islander>
    <E10_race_white>no</E10_race_white>
    <E11_race_unknown>yes</E11_race_unknown>
    <E12_race_declined>no</E12_race_declined>
    <E13_hispanic_latino>no</E13_hispanic_latino>
    <served_population>
      <E14_foster_care_status_services>yes</E14_foster_care_status_services>
      <E15_local_agency>99039</E15_local_agency>
      <E16_federally_recognized_tribe>no</E16_federally_recognized_tribe>
      <E17_adjudicated_delinquent>no</E17_adjudicated_delinquent>
      <E18_educational_level>10</E18_educational_level>
      <E19_special_education>no</E19_special_education>
      <E20_independent_living_needs_assess>no</E20_independent_living_needs_assess>
      <E21_academic_support>no</E21_academic_support>
      <E22_post_secondary_educ_support>no</E22_post_secondary_educ_support>
      <E23_career_preparation>no</E23_career_preparation>
      <E24_employment_programs>yes</E24_employment_programs>
      <E25_budget_financial_mgmt>no</E25_budget_financial_mgmt>
      <E26_housing_educ_home_mgmt_training>yes</E26_housing_educ_home_mgmt_training>
      <E27_health_educ_risk_prevention>no</E27_health_educ_risk_prevention>
      <E28_family_support_healthy_marriage_educ>no</E28_family_support_healthy_marriage_educ>
      <E29_mentoring>no</E29_mentoring>
      <E30_supervised_independent_living>no</E30_supervised_independent_living>
      <E31_room_board_financial_assist>no</E31_room_board_financial_assist>
      <E32_educ_financial_assist>yes</E32_educ_financial_assist>
      <E33_other_financial_assist>no</E33_other_financial_assist>
    </served_population>
    <baseline_followup_populations>
      <E34_outcomes_reporting_status/>
      <E35_date_outcome_data_collection/>
      <E36_foster_care_status_outcomes/>
      <baseline_followup_outcome_survey>
        <E37_current_full_time_employment/>
        <E38_current_part_time_employment/>
        <E39_employment_related_skills/>
        <E40_social_security/>
        <E41_educ_aid/>
        <E42_public_financial_assist/>
        <E43_public_food_assist/>
        <E44_public_housing_assist/>
        <E45_other_financial_support/>
        <E46_highest_educ_certification/>
        <E47_current_enrollment_attendance/>
        <E48_connection_adult/>
        <E49_homelessness/>
        <E50_substance_abuse_referral/>
        <E51_incarceration/>
        <E52_children/>
        <E53_marriage_at_childs_birth/>
        <E54_medicaid/>
        <E55_other_health_insurance/>
        <E56_health_insurance_type_medical/>
        <E57_health_insurance_type_mental_health/>
        <E58_health_insurance_type_prescription_drugs/>
      </baseline_followup_outcome_survey>
    </baseline_followup_populations>
  </record>
  <record>
    <E3_record_number>0000BNMK7896</E3_record_number>
    <record_note>Age at start of report period: 15y 2.4m; Age at end of report period: 15y 8.3m; served youth</record_note>
    <E4_date_of_birth>1995-07-21</E4_date_of_birth>
    <E5_sex>male</E5_sex>
    <E6_race_american_indian_alaska_native>no</E6_race_american_indian_alaska_native>
    <E7_race_asian>yes</E7_race_asian>
    <E8_race_black_african_american>no</E8_race_black_african_american>
    <E9_race_hawaiian_pacific_islander>no</E9_race_hawaiian_pacific_islander>
    <E10_race_white>no</E10_race_white>
    <E11_race_unknown>no</E11_race_unknown>
    <E12_race_declined>no</E12_race_declined>
    <E13_hispanic_latino>no</E13_hispanic_latino>
    <served_population>
      <E14_foster_care_status_services>yes</E14_foster_care_status_services>
      <E15_local_agency>centralized unit</E15_local_agency>
      <E16_federally_recognized_tribe>no</E16_federally_recognized_tribe>
      <E17_adjudicated_delinquent>no</E17_adjudicated_delinquent>
      <E18_educational_level>9</E18_educational_level>
      <E19_special_education>no</E19_special_education>
      <E20_independent_living_needs_assess>no</E20_independent_living_needs_assess>
      <E21_academic_support>no</E21_academic_support>
      <E22_post_secondary_educ_support>no</E22_post_secondary_educ_support>
      <E23_career_preparation>no</E23_career_preparation>
      <E24_employment_programs>yes</E24_employment_programs>
      <E25_budget_financial_mgmt>no</E25_budget_financial_mgmt>
      <E26_housing_educ_home_mgmt_training>yes</E26_housing_educ_home_mgmt_training>
      <E27_health_educ_risk_prevention>no</E27_health_educ_risk_prevention>
      <E28_family_support_healthy_marriage_educ>no</E28_family_support_healthy_marriage_educ>
      <E29_mentoring>no</E29_mentoring>
      <E30_supervised_independent_living>no</E30_supervised_independent_living>
      <E31_room_board_financial_assist>no</E31_room_board_financial_assist>
      <E32_educ_financial_assist>yes</E32_educ_financial_assist>
      <E33_other_financial_assist>no</E33_other_financial_assist>
    </served_population>
    <baseline_followup_populations>
      <E34_outcomes_reporting_status/>
      <E35_date_outcome_data_collection/>
      <E36_foster_care_status_outcomes/>
      <baseline_followup_outcome_survey>
        <E37_current_full_time_employment/>
        <E38_current_part_time_employment/>
        <E39_employment_related_skills/>
        <E40_social_security/>
        <E41_educ_aid/>
        <E42_public_financial_assist/>
        <E43_public_food_assist/>
        <E44_public_housing_assist/>
        <E45_other_financial_support/>
        <E46_highest_educ_certification/>
        <E47_current_enrollment_attendance/>
        <E48_connection_adult/>
        <E49_homelessness/>
        <E50_substance_abuse_referral/>
        <E51_incarceration/>
        <E52_children/>
        <E53_marriage_at_childs_birth/>
        <E54_medicaid/>
        <E55_other_health_insurance/>
        <E56_health_insurance_type_medical/>
        <E57_health_insurance_type_mental_health/>
        <E58_health_insurance_type_prescription_drugs/>
      </baseline_followup_outcome_survey>
    </baseline_followup_populations>
  </record>
</tns:nytd_data_file>