simpleType LocalCourseCode
namespace http://ed-fi.org/0110
type restriction of xs:string
used by
elements CourseOffering/LocalCourseCode CourseOfferingIdentityType/LocalCourseCode GradeIdentityType/LocalCourseCode SectionIdentityType/LocalCourseCode
facets
Kind Value annotation 
minLength 
maxLength 30 
annotation
documentation
The local code assigned by the LEA that identifies the organization of subject matter and related learning experiences provided for the instruction of students.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="LocalCourseCode">
 
<xs:annotation>
   
<xs:documentation>The local code assigned by the LEA that identifies the organization of subject matter and related learning experiences provided for the instruction of students.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="30"/>
 
</xs:restriction>
</xs:simpleType>