simpleType CurriculumUsedType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element CourseOffering/CurriculumUsed
facets
Kind Value Annotation
enumeration Creative curriculum infants/toddlers
enumeration Creative curriculum preschool
enumeration Creative curriculum family child care
enumeration Highscope preschoolers
enumeration Highscope infants/toddlers
enumeration Montessori curriculum
enumeration Locally designed curriculum
enumeration Other curriculum
enumeration None
annotation
documentation
The type of curriculum used in an early learning classroom or group.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="CurriculumUsedType">
 
<xs:annotation>
   
<xs:documentation>The type of curriculum used in an early learning classroom or group.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Creative curriculum infants/toddlers">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Creative curriculum preschool">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Creative curriculum family child care">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Highscope preschoolers">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Highscope infants/toddlers">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Montessori curriculum">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Locally designed curriculum">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other curriculum">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="None">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>