complexType BehaviorDescriptor
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p201.png
namespace http://ed-fi.org/0200
type extension of DescriptorType
properties
base DescriptorType
children CodeValue ShortDescription Description EffectiveBeginDate EffectiveEndDate PriorDescriptor Namespace BehaviorMap
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This descriptor holds the categories of behavior describing a discipline incident.
appinfo
<ann:TypeGroup>Descriptor</ann:TypeGroup>
<ann:EdFiId>279</ann:EdFiId>
source <xs:complexType name="BehaviorDescriptor">
 
<xs:annotation>
   
<xs:documentation>This descriptor holds the categories of behavior describing a discipline incident.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Descriptor</ann:TypeGroup>
     
<ann:EdFiId>279</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="DescriptorType">
     
<xs:sequence>
       
<xs:element name="BehaviorMap" type="BehaviorMapType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>A classification of the behavior for reporting types.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>280</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element BehaviorDescriptor/BehaviorMap
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p202.png
namespace http://ed-fi.org/0200
type BehaviorMapType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration State Offense
appinfo
<ann:EdFiId>134-004</ann:EdFiId>
enumeration School Violation
appinfo
<ann:EdFiId>134-003</ann:EdFiId>
enumeration School Code of Conduct
appinfo
<ann:EdFiId>134-002</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>134-001</ann:EdFiId>
annotation
documentation
A classification of the behavior for reporting types.
appinfo
<ann:EdFiId>280</ann:EdFiId>
source <xs:element name="BehaviorMap" type="BehaviorMapType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>A classification of the behavior for reporting types.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>280</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>