complexType StudentCTEProgramAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1389.png
namespace http://ed-fi.org/0200
type extension of StudentProgramAssociation
properties
base StudentProgramAssociation
children StudentReference ProgramReference Service BeginDate EndDate ReasonExited EducationOrganizationReference ServedOutsideOfRegularSession CTEProgram
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
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>
<ann:EdFiId>606</ann:EdFiId>
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>
     
<ann:EdFiId>606</ann:EdFiId>
   
</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:appinfo>
             
<ann:EdFiId>1061</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentCTEProgramAssociation/CTEProgram
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1390.png
namespace http://ed-fi.org/0200
type CTEProgram
properties
minOcc 0
maxOcc unbounded
content complex
children CareerPathway CIPCode PrimaryCTEProgramIndicator CTEProgramCompletionIndicator
annotation
documentation
The career cluster representing the career path of the Vocational/Career Tech concentrator.
appinfo
<ann:EdFiId>1061</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1061</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>