complexType SectionCharacteristicDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1230.png
namespace http://ed-fi.org/0210
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace SectionCharacteristicMap
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This descriptor defines characteristics of a Section, such as whether attendance is taken and the Section is graded.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
source <xs:complexType name="SectionCharacteristicDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines characteristics of a Section, such as whether attendance is taken and the Section is graded.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="SectionCharacteristicMap" type="SectionCharacteristicMapType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The mapping to a known SectionCharacteristic enumeration type.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element SectionCharacteristicDescriptor/SectionCharacteristicMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1231.png
namespace http://ed-fi.org/0210
type SectionCharacteristicMapType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Attendance Tracked
enumeration Graded Credit Available
annotation
documentation
The mapping to a known SectionCharacteristic enumeration type.
source <xs:element name="SectionCharacteristicMap" type="SectionCharacteristicMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known SectionCharacteristic enumeration type.</xs:documentation>
 
</xs:annotation>
</xs:element>