complexType CTEProgram
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p405.png
namespace http://ed-fi.org/0200
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>
<ann:EdFiId>500</ann:EdFiId>
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>
     
<ann:EdFiId>500</ann:EdFiId>
   
</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:appinfo>
         
<ann:EdFiId>799</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>800</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>802</ann:EdFiId>
       
</xs:appinfo>
     
</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:appinfo>
         
<ann:EdFiId>801</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CTEProgram/CareerPathway
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p406.png
namespace http://ed-fi.org/0200
type CareerPathwayType
properties
content simple
facets
Kind Value Annotation
enumeration Agriculture, Food and Natural Resources
appinfo
<ann:EdFiId>136-001</ann:EdFiId>
enumeration Architecture and Construction
appinfo
<ann:EdFiId>136-002</ann:EdFiId>
enumeration Arts, A/V Technology and Communications
appinfo
<ann:EdFiId>136-003</ann:EdFiId>
enumeration Business, Management and Administration
appinfo
<ann:EdFiId>136-004</ann:EdFiId>
enumeration Education and Training
appinfo
<ann:EdFiId>136-005</ann:EdFiId>
enumeration Finance
appinfo
<ann:EdFiId>136-006</ann:EdFiId>
enumeration Government and Public Administration
appinfo
<ann:EdFiId>136-007</ann:EdFiId>
enumeration Health Science
appinfo
<ann:EdFiId>136-008</ann:EdFiId>
enumeration Hospitality and Tourism
appinfo
<ann:EdFiId>136-009</ann:EdFiId>
enumeration Human Services
appinfo
<ann:EdFiId>136-010</ann:EdFiId>
enumeration Information Technology
appinfo
<ann:EdFiId>136-011</ann:EdFiId>
enumeration Law, Public Safety, Corrections and Security
appinfo
<ann:EdFiId>136-012</ann:EdFiId>
enumeration Manufacturing
appinfo
<ann:EdFiId>136-013</ann:EdFiId>
enumeration Marketing, Sales and Service
appinfo
<ann:EdFiId>136-014</ann:EdFiId>
enumeration Science, Technology, Engineering and Mathematics
appinfo
<ann:EdFiId>136-015</ann:EdFiId>
enumeration Transportation, Distribution and Logistics
appinfo
<ann:EdFiId>136-016</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>136-017</ann:EdFiId>
annotation
documentation
A sequence of courses within an area of interest that is a student's educational road map to a chosen career.
appinfo
<ann:EdFiId>799</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>799</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CTEProgram/CIPCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p407.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>800</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>800</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CTEProgram/PrimaryCTEProgramIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p408.png
namespace http://ed-fi.org/0200
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.
appinfo
<ann:EdFiId>802</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>802</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element CTEProgram/CTEProgramCompletionIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p409.png
namespace http://ed-fi.org/0200
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
A boolean indicator of whether the Student has completed the CTEProgram.
appinfo
<ann:EdFiId>801</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>801</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>