<?xml version="1.0" encoding="UTF-8"?>
<!--InterchangeStudentCohort Data Sample Version History-->
<!--2014.F.2.0   03/01/2012 Preliminary Version-->
<!--2014.A.2.0   07/01/2013 Addendum Version-->
<!--2014.A.4.0   11/15/2013 Post Addendum Version-->
<!--2016.P.1.0   12/01/2014 Preliminary Version -->
<!--InterchangeStudentCohort Data Sample XML file-->
<InterchangeStudentCohort xsi:schemaLocation="http://www.tea.state.tx.us/tsds InterchangeStudentCohort.xsd" xmlns="http://www.tea.state.tx.us/tsds" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<Cohort id="SCID_123">
		<CohortIdentifier>123</CohortIdentifier>
		<CohortDescription>Academic Intervention</CohortDescription>
		<CohortType>Academic Intervention</CohortType>
		<CohortScope>School</CohortScope>
		<AcademicSubject>Mathematics</AcademicSubject>
		<EducationOrgReference>
			<EducationalOrgIdentity>
				<StateOrganizationId>999901001</StateOrganizationId>
			</EducationalOrgIdentity>
		</EducationOrgReference>
		<ProgramReference>
			<ProgramIdentity>
				<ProgramType>Remedial Education</ProgramType>
				<StateOrganizationId>999901001</StateOrganizationId>
			</ProgramIdentity>
		</ProgramReference>
	</Cohort>
	<StudentCohortAssociation>
		<StudentReference>
			<StudentIdentity>
				<StudentUniqueStateId>0123456789</StudentUniqueStateId>
			</StudentIdentity>
		</StudentReference>
		<CohortReference ref="SCID_123"/>
		<BeginDate>2012-08-26</BeginDate>
	</StudentCohortAssociation>
	<StaffCohortAssociation>
		<StaffReference>
			<StaffIdentity>
				<StaffUniqueStateId>0123456789</StaffUniqueStateId>
			</StaffIdentity>
		</StaffReference>
		<CohortReference ref="SCID_123"/>
		<BeginDate>2012-08-26</BeginDate>
		<StudentRecordAccess>true</StudentRecordAccess>
	</StaffCohortAssociation>
</InterchangeStudentCohort>
