complexType SecondaryBehavior
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p831.png
namespace http://ed-fi.org/0110
children SecondaryBehavior
used by
elements DisciplineIncident/SecondaryBehaviors StudentDisciplineIncidentAssociation/SecondaryBehaviors
attributes
Name  Type  Use  Default  Fixed  annotation
BehaviorMapBehaviorMapTyperequired      
documentation
The category of the incident behavior for classification purposes
annotation
documentation
Definition of the behavior coded for use in describing an incident.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="SecondaryBehavior">
 
<xs:annotation>
   
<xs:documentation>Definition of the behavior coded for use in describing an incident.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="SecondaryBehavior" type="SecondaryBehaviorsType">
     
<xs:annotation>
       
<xs:documentation>The description of the behavior of a student for a discipline incident.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
 
<xs:attribute name="BehaviorMap" type="BehaviorMapType" use="required">
   
<xs:annotation>
     
<xs:documentation>The category of the incident behavior for classification purposes</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute SecondaryBehavior/@BehaviorMap
type BehaviorMapType
properties
isRef 0
use required
facets
Kind Value annotation 
enumeration State Offense 
enumeration School Violation 
enumeration School Code of Conduct 
enumeration Other 
annotation
documentation
The category of the incident behavior for classification purposes
source <xs:attribute name="BehaviorMap" type="BehaviorMapType" use="required">
 
<xs:annotation>
   
<xs:documentation>The category of the incident behavior for classification purposes</xs:documentation>
 
</xs:annotation>
</xs:attribute>

element SecondaryBehavior/SecondaryBehavior
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p832.png
namespace http://ed-fi.org/0110
type SecondaryBehaviorsType
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 50 
annotation
documentation
The description of the behavior of a student for a discipline incident.
source <xs:element name="SecondaryBehavior" type="SecondaryBehaviorsType">
 
<xs:annotation>
   
<xs:documentation>The description of the behavior of a student for a discipline incident.</xs:documentation>
 
</xs:annotation>
</xs:element>