complexType StudentDisciplineIncidentAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1077.png
namespace http://ed-fi.org/0110
children StudentReference DisciplineIncidentReference StudentParticipationCode Behaviors SecondaryBehaviors
annotation
documentation
This association indicates those students who were victims, perpetrators, witnesses, and/or reporters for a discipline incident.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
source <xs:complexType name="StudentDisciplineIncidentAssociation">
 
<xs:annotation>
   
<xs:documentation>This association indicates those students who were victims, perpetrators, witnesses, and/or reporters for a discipline incident.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Association</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StudentReference" type="StudentReferenceType">
     
<xs:annotation>
       
<xs:documentation>The student associated with the discipline incident.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="DisciplineIncidentReference" type="DisciplineIncidentReferenceType">
     
<xs:annotation>
       
<xs:documentation>Reference to the discipline incident associated with the student.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="StudentParticipationCode" type="StudentParticipationCodeType">
     
<xs:annotation>
       
<xs:documentation>The role or type of participation of a student in a discipline incident; for example:
Victim
Perpetrator
Witness
Reporter
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Behaviors" type="DescriptorReferenceType" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Categories of student-specific behavior coded for use in describing an incident.</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>BehaviorDescriptor</ann:Descriptor>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SecondaryBehaviors" type="SecondaryBehavior" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Specifies a more granular level of detail of a behavior involved in the incident.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentDisciplineIncidentAssociation/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1078.png
namespace http://ed-fi.org/0110
type StudentReferenceType
properties
isRef 0
content complex
children StudentIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The student associated with the discipline incident.
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>The student associated with the discipline incident.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentDisciplineIncidentAssociation/DisciplineIncidentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1079.png
namespace http://ed-fi.org/0110
type DisciplineIncidentReferenceType
properties
isRef 0
content complex
children DisciplineIncidentIdentity
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Reference to the discipline incident associated with the student.
source <xs:element name="DisciplineIncidentReference" type="DisciplineIncidentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reference to the discipline incident associated with the student.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentDisciplineIncidentAssociation/StudentParticipationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1080.png
namespace http://ed-fi.org/0110
type StudentParticipationCodeType
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration Victim 
enumeration Perpetrator 
enumeration Witness 
enumeration Reporter 
annotation
documentation
The role or type of participation of a student in a discipline incident; for example:
Victim
Perpetrator
Witness
Reporter
source <xs:element name="StudentParticipationCode" type="StudentParticipationCodeType">
 
<xs:annotation>
   
<xs:documentation>The role or type of participation of a student in a discipline incident; for example:
Victim
Perpetrator
Witness
Reporter
</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentDisciplineIncidentAssociation/Behaviors
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1081.png
namespace http://ed-fi.org/0110
type DescriptorReferenceType
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children CodeValue ShortDescription Description
attributes
Name  Type  Use  Default  Fixed  annotation
idxs:ID      
documentation
The XML ID associated with this complex object.
refxs:IDREF      
documentation
The XML IDREF that references the object associated with this object.
AsOfDate      
documentation
The date context in which this reference should be considered. This is important when descriptors change over time. If omitted, assumed to be the current descriptor.
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
Categories of student-specific behavior coded for use in describing an incident.
appinfo
<ann:Descriptor>BehaviorDescriptor</ann:Descriptor>
source <xs:element name="Behaviors" type="DescriptorReferenceType" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Categories of student-specific behavior coded for use in describing an incident.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>BehaviorDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentDisciplineIncidentAssociation/SecondaryBehaviors
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1082.png
namespace http://ed-fi.org/0110
type SecondaryBehavior
properties
isRef 0
minOcc 0
maxOcc unbounded
content complex
children SecondaryBehavior
attributes
Name  Type  Use  Default  Fixed  annotation
BehaviorMapBehaviorMapTyperequired      
documentation
The category of the incident behavior for classification purposes
annotation
documentation
Specifies a more granular level of detail of a behavior involved in the incident.
source <xs:element name="SecondaryBehaviors" type="SecondaryBehavior" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Specifies a more granular level of detail of a behavior involved in the incident.</xs:documentation>
 
</xs:annotation>
</xs:element>