complexType CTEProgram
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p331.png
namespace http://ed-fi.org/0110
children CareerPathway CIPCode PrimaryCTEProgramIndicator CTEProgramCompletionIndicator
used by
element StudentCTEProgramAssociation/CTEProgram
annotation
documentation
The career cluster or pathway representing the career path of the Vocational/Career Tech concentrator.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="CTEProgram">
 
<xs:annotation>
   
<xs:documentation>The career cluster or pathway representing the career path of the Vocational/Career Tech concentrator.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="CareerPathway" type="CareerPathwayType">
     
<xs:annotation>
       
<xs:documentation>A sequence of courses within an area of interest that is a student’s educational road map to a chosen career.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CIPCode" type="CIPCode" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Number and description of the CIP Code associated with the student’s CTE program.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PrimaryCTEProgramIndicator" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A Boolean indicator of whether this CTE program, is the student’s primary CTE program.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CTEProgramCompletionIndicator" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>A Boolean indicator of whether the student has completed the CTE program.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CTEProgram/CareerPathway
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p332.png
namespace http://ed-fi.org/0110
type CareerPathwayType
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration Agriculture, Food and Natural Resources 
enumeration Architecture and Construction 
enumeration Arts, A/V Technology and Communications 
enumeration Business, Management and Administration 
enumeration Education and Training 
enumeration Finance 
enumeration Government and Public Administration 
enumeration Health Science 
enumeration Hospitality and Tourism 
enumeration Human Services 
enumeration Information Technology 
enumeration Law, Public Safety, Corrections and Security 
enumeration Manufacturing 
enumeration Marketing, Sales and Service 
enumeration Science, Technology, Engineering and Mathematics 
enumeration Transportation, Distribution and Logistics 
annotation
documentation
A sequence of courses within an area of interest that is a student’s educational road map to a chosen career.
source <xs:element name="CareerPathway" type="CareerPathwayType">
 
<xs:annotation>
   
<xs:documentation>A sequence of courses within an area of interest that is a student’s educational road map to a chosen career.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CTEProgram/CIPCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p333.png
namespace http://ed-fi.org/0110
type CIPCode
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 120 
annotation
documentation
Number and description of the CIP Code associated with the student’s CTE program.
source <xs:element name="CIPCode" type="CIPCode" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Number and description of the CIP Code associated with the student’s CTE program.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CTEProgram/PrimaryCTEProgramIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p334.png
namespace http://ed-fi.org/0110
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
A Boolean indicator of whether this CTE program, is the student’s primary CTE program.
source <xs:element name="PrimaryCTEProgramIndicator" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A Boolean indicator of whether this CTE program, is the student’s primary CTE program.</xs:documentation>
 
</xs:annotation>
</xs:element>

element CTEProgram/CTEProgramCompletionIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p335.png
namespace http://ed-fi.org/0110
type xs:boolean
properties
isRef 0
minOcc 0
maxOcc 1
content simple
annotation
documentation
A Boolean indicator of whether the student has completed the CTE program.
source <xs:element name="CTEProgramCompletionIndicator" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A Boolean indicator of whether the student has completed the CTE program.</xs:documentation>
 
</xs:annotation>
</xs:element>