simpleType
CourseCodeSystemType
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||
type | restriction of xs:token | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:simpleType name="CourseCodeSystemType"> <xs:annotation> <xs:documentation>A system that is used to identify the organization of subject matter and related learning experiences provided for the instruction of students. In addition to identifying courses using the appropriate state codes, it is encouraged that courses are also cross referenced against one of the national course codes.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Enumeration</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:restriction base="xs:token"> <xs:enumeration value="CSSC course code"/> <xs:enumeration value="Intermediate agency course code"/> <xs:enumeration value="LEA course code"/> <xs:enumeration value="NCES Pilot SNCCS course code"/> <xs:enumeration value="Other"/> <xs:enumeration value="SCED course code"/> <xs:enumeration value="School course code"/> <xs:enumeration value="State course code"/> <xs:enumeration value="University course code"/> </xs:restriction> </xs:simpleType> |