complexType DisciplineDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p521.png
namespace http://ed-fi.org/0210
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace DisciplineMap
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This descriptor defines the type of action or removal from the classroom used to discipline the student involved as a perpetrator in a discipline incident.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
source <xs:complexType name="DisciplineDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor defines the type of action or removal from the classroom used to discipline the student involved as a perpetrator in a discipline incident.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="DisciplineMap" type="DisciplineMapType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The mapping to a known Discipline enumeration type.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element DisciplineDescriptor/DisciplineMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p522.png
namespace http://ed-fi.org/0210
type DisciplineMapType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration Removal from Classroom
enumeration In School Suspension
enumeration Out of School Suspension
enumeration Expulsion
enumeration Expulsion with Services
enumeration Community Service
enumeration Other
enumeration No action for incident
annotation
documentation
The mapping to a known Discipline enumeration type.
source <xs:element name="DisciplineMap" type="DisciplineMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The mapping to a known Discipline enumeration type.</xs:documentation>
 
</xs:annotation>
</xs:element>