simpleType TermMapType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element TermDescriptor/TermMap
facets
Kind Value Annotation
enumeration Semester
appinfo
<ann:EdFiId>246-001</ann:EdFiId>
enumeration Trimester
appinfo
<ann:EdFiId>246-003</ann:EdFiId>
enumeration Year Round
appinfo
<ann:EdFiId>246-012</ann:EdFiId>
enumeration MiniTerm
appinfo
<ann:EdFiId>246-005</ann:EdFiId>
enumeration Quarter
appinfo
<ann:EdFiId>246-002</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>246-13</ann:EdFiId>
annotation
documentation
The type of the session during the school year (e.g., Fall Semester).
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>246</ann:EdFiId>
source <xs:simpleType name="TermMapType">
 
<xs:annotation>
   
<xs:documentation>The type of the session during the school year (e.g., Fall Semester).</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>246</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Semester">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>246-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Trimester">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>246-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Year Round">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>246-012</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="MiniTerm">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>246-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Quarter">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>246-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Other">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>246-13</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>