simpleType SectionCharacteristicMapType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
element SectionCharacteristicDescriptor/SectionCharacteristicMap
facets
Kind Value Annotation
enumeration Attendance Tracked
enumeration Graded Credit Available
annotation
documentation
The mapping to a known SectionCharacteristic.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
source <xs:simpleType name="SectionCharacteristicMapType">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known SectionCharacteristic.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Attendance Tracked">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Graded Credit Available">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>