simpleType SectionCharacteristicsMapType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element SectionCharacteristicsDescriptor/SectionCharacteristicsMap
facets
Kind Value annotation 
enumeration Attendance Tracked 
enumeration Graded Credit Available 
annotation
documentation
Enumeration items for Section Characteristics
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="SectionCharacteristicsMapType">
 
<xs:annotation>
   
<xs:documentation>Enumeration items for Section Characteristics</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Attendance Tracked"/>
   
<xs:enumeration value="Graded Credit Available"/>
 
</xs:restriction>
</xs:simpleType>