complexType SectionCharacteristicsDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p847.png
namespace http://ed-fi.org/0110
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor SectionCharacteristicsMap
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with the complex object.
namespaceURIrequired      
documentation
A globally unique namespace that identifies this descriptor set. Author is strongly encouraged to use the Universal Resource Identifier (http, ftp, file, etc.) for the source of the descriptor definition. Best practice is for this source to be the descriptor file itself, so that it can be machine-readable and be fetched in real-time, if necessary.
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="SectionCharacteristicsDescriptor">
 
<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="SectionCharacteristicsMap" type="SectionCharacteristicsMapType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The mapping to a known section characteristic.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element SectionCharacteristicsDescriptor/SectionCharacteristicsMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p848.png
namespace http://ed-fi.org/0110
type SectionCharacteristicsMapType
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
enumeration Attendance Tracked 
enumeration Graded Credit Available 
annotation
documentation
The mapping to a known section characteristic.
source <xs:element name="SectionCharacteristicsMap" type="SectionCharacteristicsMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known section characteristic.</xs:documentation>
 
</xs:annotation>
</xs:element>