simpleType AttendanceEventCategoryMapType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element AttendanceEventCategoryDescriptor/AttendanceEventCategoryMap
facets
Kind Value Annotation
enumeration In Attendance
appinfo
<ann:EdFiId>133-003</ann:EdFiId>
enumeration Excused Absence
appinfo
<ann:EdFiId>133-002</ann:EdFiId>
enumeration Unexcused Absence
appinfo
<ann:EdFiId>133-005</ann:EdFiId>
enumeration Tardy
appinfo
<ann:EdFiId>133-004</ann:EdFiId>
enumeration Early departure
appinfo
<ann:EdFiId>133-001</ann:EdFiId>
annotation
documentation
A code categorizing the attendance event (e.g., excused absence, unexcused absence).
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>133</ann:EdFiId>
source <xs:simpleType name="AttendanceEventCategoryMapType">
 
<xs:annotation>
   
<xs:documentation>A code categorizing the attendance event (e.g., excused absence, unexcused absence).</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>133</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="In Attendance">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>133-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Excused Absence">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>133-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Unexcused Absence">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>133-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Tardy">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>133-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Early departure">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>133-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>