complexType StudentCTEProgramAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1075.png
namespace http://ed-fi.org/0110
type extension of StudentProgramAssociation
properties
base StudentProgramAssociation
children StudentReference ProgramReference Services BeginDate EndDate ReasonExited EducationOrganizationReference ServedOutsideOfRegularSession CTEProgram
annotation
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.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
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" 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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p1076.png
namespace http://ed-fi.org/0110
type CTEProgram
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children CareerPathway CIPCode PrimaryCTEProgramIndicator CTEProgramCompletionIndicator
annotation
documentation
The career cluster representing the career path of the Vocational/Career Tech concentrator.
source <xs:element name="CTEProgram" type="CTEProgram" 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>