complexType 
			Course
			
				
			
element Course/CourseTitle
				
			
element Course/NumberOfParts
				
			
element Course/CourseCode
				
			
element Course/CourseLevelCharacteristics
				
			
element Course/GradesOffered
				
			
element Course/SubjectArea
				
			
element Course/CourseDescription
				
			
element Course/DateCourseAdopted
				
			
element Course/HighSchoolCourseRequirement
				
			
element Course/CourseGPAApplicability
				
			
element Course/CourseDefinedBy
				
			
element Course/MinimumAvailableCredit
				
			
element Course/MaximumAvailableCredit
				
			
element Course/CareerPathway
				
			
element Course/CompetencyLevels
				
			
element Course/EducationOrganizationReference
				
			
element Course/LearningStandardReference
				
			
element Course/LearningObjectiveReference
				
			
			
		
	| diagram |  | ||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||
| type | extension of ComplexObjectType | ||||||||||||||
| properties | 
 | ||||||||||||||
| children | CourseTitle NumberOfParts CourseCode CourseLevelCharacteristics GradesOffered SubjectArea CourseDescription DateCourseAdopted HighSchoolCourseRequirement CourseGPAApplicability CourseDefinedBy MinimumAvailableCredit MaximumAvailableCredit CareerPathway CompetencyLevels EducationOrganizationReference LearningStandardReference LearningObjectiveReference | ||||||||||||||
| attributes | 
 | ||||||||||||||
| annotation | 
 | ||||||||||||||
| source | <xs:complexType name="Course"> <xs:annotation> <xs:documentation>This educational entity represents the organization of subject matter and related learning experiences provided for the instruction of students on a regular or systematic basis.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Domain Entity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="ComplexObjectType"> <xs:sequence> <xs:element name="CourseTitle" type="CourseTitle"> <xs:annotation> <xs:documentation>The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, and language arts).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="NumberOfParts" type="NumberOfParts"> <xs:annotation> <xs:documentation>The number of parts identified for a course.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CourseCode" type="CourseCode" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The code that identifies the organization of subject matter and related learning experiences provided for the instruction of students.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CourseLevelCharacteristics" type="CourseLevelCharacteristicsType" minOccurs="0"> <xs:annotation> <xs:documentation>Specification of the specific program or designation associated with the course. For example: Ap, IB, Dual Credit, CTE. etc.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="GradesOffered" type="DescriptorReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The grade levels in which the course is offered.</xs:documentation> <xs:appinfo> <ann:Descriptor>GradeLevelDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="SubjectArea" type="DescriptorReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>The intended major subject area of the course.</xs:documentation> <xs:appinfo> <ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="CourseDescription" type="Description" minOccurs="0"> <xs:annotation> <xs:documentation>A description of the content standards and goals covered in the course. Reference may be made to state or national content standards.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="DateCourseAdopted" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>Date the course was adopted by the education agency.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="HighSchoolCourseRequirement" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>An indication that this course may satisfy high school graduation requirements in the course's subject area.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CourseGPAApplicability" type="CourseGPAApplicabilityType" minOccurs="0"> <xs:annotation> <xs:documentation>An indicator of whether or not this course being described is included in the computation of the student’s Grade Point Average, and if so, if it weighted differently from regular courses.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CourseDefinedBy" type="CourseDefinedByType" minOccurs="0"> <xs:annotation> <xs:documentation>Specifies whether the course was defined by the SEA, LEA, School, or national organization. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="MinimumAvailableCredit" type="Credits" minOccurs="0"> <xs:annotation> <xs:documentation>The minimum amount of credit available to a student who successfully completes the course</xs:documentation> </xs:annotation> </xs:element> <xs:element name="MaximumAvailableCredit" type="Credits" minOccurs="0"> <xs:annotation> <xs:documentation>The maximum amount of credit available to a student who successfully completes the course</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CareerPathway" type="CareerPathwayType" minOccurs="0"> <xs:annotation> <xs:documentation>Indicates the career cluster or pathway the course is associated with as part of a CTE curriculum.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CompetencyLevels" type="DescriptorReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The competency levels defined to rate the student for the course.</xs:documentation> <xs:appinfo> <ann:Descriptor>CompetencyLevelDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType"> <xs:annotation> <xs:documentation>The Education Organization that defines the curriculum and courses offered - often the LEA or school.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LearningStandardReference" type="LearningStandardReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Learning Standard(s) to be taught by the course.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LearningObjectiveReference" type="LearningObjectiveReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Learning Objectives to be mastered in the course.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> | 
element Course/CourseTitle
| diagram |  | |||||||||
| namespace | http://ed-fi.org/0110 | |||||||||
| type | CourseTitle | |||||||||
| properties | 
 | |||||||||
| facets | 
 | |||||||||
| annotation | 
 | |||||||||
| source | <xs:element name="CourseTitle" type="CourseTitle"> <xs:annotation> <xs:documentation>The descriptive name given to a course of study offered in a school or other institution or organization. In departmentalized classes at the elementary, secondary, and postsecondary levels (and for staff development activities), this refers to the name by which a course is identified (e.g., American History, English III). For elementary and other non-departmentalized classes, it refers to any portion of the instruction for which a grade or report is assigned (e.g., reading, composition, spelling, and language arts).</xs:documentation> </xs:annotation> </xs:element> | 
element Course/NumberOfParts
| diagram |  | |||||||||
| namespace | http://ed-fi.org/0110 | |||||||||
| type | NumberOfParts | |||||||||
| properties | 
 | |||||||||
| facets | 
 | |||||||||
| annotation | 
 | |||||||||
| source | <xs:element name="NumberOfParts" type="NumberOfParts"> <xs:annotation> <xs:documentation>The number of parts identified for a course.</xs:documentation> </xs:annotation> </xs:element> | 
element Course/CourseCode
| diagram |  | ||||||||||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
| type | CourseCode | ||||||||||||||||||||||
| properties | 
 | ||||||||||||||||||||||
| children | ID | ||||||||||||||||||||||
| attributes | 
 | ||||||||||||||||||||||
| annotation | 
 | ||||||||||||||||||||||
| source | <xs:element name="CourseCode" type="CourseCode" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The code that identifies the organization of subject matter and related learning experiences provided for the instruction of students.</xs:documentation> </xs:annotation> </xs:element> | 
element Course/CourseLevelCharacteristics
| diagram |  | ||||||||
| namespace | http://ed-fi.org/0110 | ||||||||
| type | CourseLevelCharacteristicsType | ||||||||
| properties | 
 | ||||||||
| children | CourseLevelCharacteristic | ||||||||
| annotation | 
 | ||||||||
| source | <xs:element name="CourseLevelCharacteristics" type="CourseLevelCharacteristicsType" minOccurs="0"> <xs:annotation> <xs:documentation>Specification of the specific program or designation associated with the course. For example: Ap, IB, Dual Credit, CTE. etc.</xs:documentation> </xs:annotation> </xs:element> | 
element Course/GradesOffered
| diagram |  | ||||||||||||||||||||||||||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||
| type | DescriptorReferenceType | ||||||||||||||||||||||||||||||||||||||
| properties | 
 | ||||||||||||||||||||||||||||||||||||||
| children | CodeValue ShortDescription Description | ||||||||||||||||||||||||||||||||||||||
| attributes | 
 | ||||||||||||||||||||||||||||||||||||||
| annotation | 
 | ||||||||||||||||||||||||||||||||||||||
| source | <xs:element name="GradesOffered" type="DescriptorReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The grade levels in which the course is offered.</xs:documentation> <xs:appinfo> <ann:Descriptor>GradeLevelDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> | 
element Course/SubjectArea
| diagram |  | ||||||||||||||||||||||||||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||
| type | DescriptorReferenceType | ||||||||||||||||||||||||||||||||||||||
| properties | 
 | ||||||||||||||||||||||||||||||||||||||
| children | CodeValue ShortDescription Description | ||||||||||||||||||||||||||||||||||||||
| attributes | 
 | ||||||||||||||||||||||||||||||||||||||
| annotation | 
 | ||||||||||||||||||||||||||||||||||||||
| source | <xs:element name="SubjectArea" type="DescriptorReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>The intended major subject area of the course.</xs:documentation> <xs:appinfo> <ann:Descriptor>AcademicSubjectDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> | 
element Course/CourseDescription
| diagram |  | |||||||||
| namespace | http://ed-fi.org/0110 | |||||||||
| type | Description | |||||||||
| properties | 
 | |||||||||
| facets | 
 | |||||||||
| annotation | 
 | |||||||||
| source | <xs:element name="CourseDescription" type="Description" minOccurs="0"> <xs:annotation> <xs:documentation>A description of the content standards and goals covered in the course. Reference may be made to state or national content standards.</xs:documentation> </xs:annotation> </xs:element> | 
element Course/DateCourseAdopted
| diagram |  | ||||||||
| namespace | http://ed-fi.org/0110 | ||||||||
| type | xs:date | ||||||||
| properties | 
 | ||||||||
| annotation | 
 | ||||||||
| source | <xs:element name="DateCourseAdopted" type="xs:date" minOccurs="0"> <xs:annotation> <xs:documentation>Date the course was adopted by the education agency.</xs:documentation> </xs:annotation> </xs:element> | 
element Course/HighSchoolCourseRequirement
| diagram |  | ||||||||
| namespace | http://ed-fi.org/0110 | ||||||||
| type | xs:boolean | ||||||||
| properties | 
 | ||||||||
| annotation | 
 | ||||||||
| source | <xs:element name="HighSchoolCourseRequirement" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>An indication that this course may satisfy high school graduation requirements in the course's subject area.</xs:documentation> </xs:annotation> </xs:element> | 
element Course/CourseGPAApplicability
| diagram |  | ||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||
| type | CourseGPAApplicabilityType | ||||||||||||
| properties | 
 | ||||||||||||
| facets | 
 | ||||||||||||
| annotation | 
 | ||||||||||||
| source | <xs:element name="CourseGPAApplicability" type="CourseGPAApplicabilityType" minOccurs="0"> <xs:annotation> <xs:documentation>An indicator of whether or not this course being described is included in the computation of the student’s Grade Point Average, and if so, if it weighted differently from regular courses.</xs:documentation> </xs:annotation> </xs:element> | 
element Course/CourseDefinedBy
| diagram |  | |||||||||||||||
| namespace | http://ed-fi.org/0110 | |||||||||||||||
| type | CourseDefinedByType | |||||||||||||||
| properties | 
 | |||||||||||||||
| facets | 
 | |||||||||||||||
| annotation | 
 | |||||||||||||||
| source | <xs:element name="CourseDefinedBy" type="CourseDefinedByType" minOccurs="0"> <xs:annotation> <xs:documentation>Specifies whether the course was defined by the SEA, LEA, School, or national organization. </xs:documentation> </xs:annotation> </xs:element> | 
element Course/MinimumAvailableCredit
| diagram |  | ||||||||||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
| type | Credits | ||||||||||||||||||||||
| properties | 
 | ||||||||||||||||||||||
| children | Credit | ||||||||||||||||||||||
| attributes | 
 | ||||||||||||||||||||||
| annotation | 
 | ||||||||||||||||||||||
| source | <xs:element name="MinimumAvailableCredit" type="Credits" minOccurs="0"> <xs:annotation> <xs:documentation>The minimum amount of credit available to a student who successfully completes the course</xs:documentation> </xs:annotation> </xs:element> | 
element Course/MaximumAvailableCredit
| diagram |  | ||||||||||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
| type | Credits | ||||||||||||||||||||||
| properties | 
 | ||||||||||||||||||||||
| children | Credit | ||||||||||||||||||||||
| attributes | 
 | ||||||||||||||||||||||
| annotation | 
 | ||||||||||||||||||||||
| source | <xs:element name="MaximumAvailableCredit" type="Credits" minOccurs="0"> <xs:annotation> <xs:documentation>The maximum amount of credit available to a student who successfully completes the course</xs:documentation> </xs:annotation> </xs:element> | 
element Course/CareerPathway
| diagram |  | |||||||||||||||||||||||||||||||||||||||||||||||||||
| namespace | http://ed-fi.org/0110 | |||||||||||||||||||||||||||||||||||||||||||||||||||
| type | CareerPathwayType | |||||||||||||||||||||||||||||||||||||||||||||||||||
| properties | 
 | |||||||||||||||||||||||||||||||||||||||||||||||||||
| facets | 
 | |||||||||||||||||||||||||||||||||||||||||||||||||||
| annotation | 
 | |||||||||||||||||||||||||||||||||||||||||||||||||||
| source | <xs:element name="CareerPathway" type="CareerPathwayType" minOccurs="0"> <xs:annotation> <xs:documentation>Indicates the career cluster or pathway the course is associated with as part of a CTE curriculum.</xs:documentation> </xs:annotation> </xs:element> | 
element Course/CompetencyLevels
| diagram |  | ||||||||||||||||||||||||||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||
| type | DescriptorReferenceType | ||||||||||||||||||||||||||||||||||||||
| properties | 
 | ||||||||||||||||||||||||||||||||||||||
| children | CodeValue ShortDescription Description | ||||||||||||||||||||||||||||||||||||||
| attributes | 
 | ||||||||||||||||||||||||||||||||||||||
| annotation | 
 | ||||||||||||||||||||||||||||||||||||||
| source | <xs:element name="CompetencyLevels" type="DescriptorReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>The competency levels defined to rate the student for the course.</xs:documentation> <xs:appinfo> <ann:Descriptor>CompetencyLevelDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> | 
element Course/EducationOrganizationReference
| diagram |  | ||||||||||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
| type | EducationOrganizationReferenceType | ||||||||||||||||||||||
| properties | 
 | ||||||||||||||||||||||
| children | EducationOrganizationIdentity | ||||||||||||||||||||||
| attributes | 
 | ||||||||||||||||||||||
| annotation | 
 | ||||||||||||||||||||||
| source | <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType"> <xs:annotation> <xs:documentation>The Education Organization that defines the curriculum and courses offered - often the LEA or school.</xs:documentation> </xs:annotation> </xs:element> | 
element Course/LearningStandardReference
| diagram |  | ||||||||||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
| type | LearningStandardReferenceType | ||||||||||||||||||||||
| properties | 
 | ||||||||||||||||||||||
| children | LearningStandardIdentity | ||||||||||||||||||||||
| attributes | 
 | ||||||||||||||||||||||
| annotation | 
 | ||||||||||||||||||||||
| source | <xs:element name="LearningStandardReference" type="LearningStandardReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Learning Standard(s) to be taught by the course.</xs:documentation> </xs:annotation> </xs:element> | 
element Course/LearningObjectiveReference
| diagram |  | ||||||||||||||||||||||
| namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
| type | LearningObjectiveReferenceType | ||||||||||||||||||||||
| properties | 
 | ||||||||||||||||||||||
| children | LearningObjectiveIdentity | ||||||||||||||||||||||
| attributes | 
 | ||||||||||||||||||||||
| annotation | 
 | ||||||||||||||||||||||
| source | <xs:element name="LearningObjectiveReference" type="LearningObjectiveReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Learning Objectives to be mastered in the course.</xs:documentation> </xs:annotation> </xs:element> | 
