simpleType CourseDefinedByType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element Course/CourseDefinedBy
facets
Kind Value Annotation
enumeration LEA
enumeration National Organization
enumeration SEA
enumeration School
annotation
documentation
Specifies whether the course was defined by the state education agency, local education agency, school, or national organization.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="CourseDefinedByType">
 
<xs:annotation>
   
<xs:documentation>Specifies whether the course was defined by the state education agency, local education agency, school, or national organization.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="LEA">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="National Organization">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="SEA">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="School">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>