complexType
StudentCTEProgramAssociation
element StudentCTEProgramAssociation/CTEProgram
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of StudentProgramAssociation | ||||||||||||||
properties |
|
||||||||||||||
children | StudentReference ProgramReference Service BeginDate EndDate ReasonExited EducationOrganizationReference ServedOutsideOfRegularSession CTEProgram | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="StudentCTEProgramAssociation"> <xs:annotation> <xs:documentation>This association represents the career and technical education (CTE) program that a student participates in. The association is an extension of the StudentProgramAssociation particular for CTE programs.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Association</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="StudentProgramAssociation"> <xs:sequence> <xs:element name="CTEProgram" type="CTEProgram" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The career cluster representing the career path of the Vocational/Career Tech concentrator.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element StudentCTEProgramAssociation/CTEProgram
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | CTEProgram | ||||||
properties |
|
||||||
children | CareerPathway CIPCode PrimaryCTEProgramIndicator CTEProgramCompletionIndicator | ||||||
annotation |
|
||||||
source | <xs:element name="CTEProgram" type="CTEProgram" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The career cluster representing the career path of the Vocational/Career Tech concentrator.</xs:documentation> </xs:annotation> </xs:element> |