complexType TermDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1869.png
namespace http://ed-fi.org/0210
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace TermMap
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This descriptor defines the term of a session during the school year (e.g., Fall Semester).
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
source <xs:complexType name="TermDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines the term of a session during the school year (e.g., Fall Semester).</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="TermMap" type="TermMapType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The mapping to a known Term enumeration type.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element TermDescriptor/TermMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1870.png
namespace http://ed-fi.org/0210
type TermMapType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Semester
enumeration Trimester
enumeration Year Round
enumeration MiniTerm
enumeration Quarter
enumeration Other
enumeration Fall Semester
enumeration Spring Semester
enumeration Summer Semester
enumeration First Trimester
enumeration Second Trimester
enumeration Third Trimester
enumeration First Quarter
enumeration Second Quarter
enumeration Third Quarter
enumeration Fourth Quarter
annotation
documentation
The mapping to a known Term enumeration type.
source <xs:element name="TermMap" type="TermMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known Term enumeration type.</xs:documentation>
 
</xs:annotation>
</xs:element>