simpleType CourseTitle
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
elements CourseTranscript/AlternativeCourseTitle Course/CourseTitle CourseTranscript/CourseTitle LearningStandard/CourseTitle CourseLookupType/CourseTitle CourseOffering/LocalCourseTitle
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
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).
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>32</ann:EdFiId>
source <xs:simpleType name="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:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>32</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="60"/>
 
</xs:restriction>
</xs:simpleType>