complexType CTEProgram
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p466.png
namespace http://ed-fi.org/0210
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 CTEProgram.</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 CTEProgram, is the student's primary CTEProgram.</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 CTEProgram.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CTEProgram/CareerPathway
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p467.png
namespace http://ed-fi.org/0210
type CareerPathwayType
properties
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
enumeration Other
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_p468.png
namespace http://ed-fi.org/0210
type CIPCode
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 120
annotation
documentation
Number and description of the CIP Code associated with the student's CTEProgram.
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 CTEProgram.</xs:documentation>
 
</xs:annotation>
</xs:element>

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

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