complexType StudentDisciplineIncidentAssociation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1391.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children StudentReference DisciplineIncidentReference StudentParticipationCode Behavior
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
This association indicates those students who were victims, perpetrators, witnesses, and reporters for a discipline incident.
appinfo
<ann:TypeGroup>Association</ann:TypeGroup>
<ann:EdFiId>607</ann:EdFiId>
source <xs:complexType name="StudentDisciplineIncidentAssociation">
 
<xs:annotation>
   
<xs:documentation>This association indicates those students who were victims, perpetrators, witnesses, and reporters for a discipline incident.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Association</ann:TypeGroup>
     
<ann:EdFiId>607</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="StudentReference" type="StudentReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the Student associated with the DisciplineIncident.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1072</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="DisciplineIncidentReference" type="DisciplineIncidentReferenceType">
         
<xs:annotation>
           
<xs:documentation>Reference to the DisciplineIncident associated with the Student.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1070</ann:EdFiId>
           
</xs:appinfo>
         
</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:appinfo>
             
<ann:EdFiId>1071</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Behavior" type="Behavior" minOccurs="0" maxOccurs="unbounded">
         
<xs:annotation>
           
<xs:documentation>Describes behavior by category and provides a detailed description.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1069</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element StudentDisciplineIncidentAssociation/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1392.png
namespace http://ed-fi.org/0200
type StudentReferenceType
properties
content complex
children StudentIdentity StudentLookup
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Relates the Student associated with the DisciplineIncident.
appinfo
<ann:EdFiId>1072</ann:EdFiId>
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the Student associated with the DisciplineIncident.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1072</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentDisciplineIncidentAssociation/DisciplineIncidentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1393.png
namespace http://ed-fi.org/0200
type DisciplineIncidentReferenceType
properties
content complex
children DisciplineIncidentIdentity
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
Reference to the DisciplineIncident associated with the Student.
appinfo
<ann:EdFiId>1070</ann:EdFiId>
source <xs:element name="DisciplineIncidentReference" type="DisciplineIncidentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Reference to the DisciplineIncident associated with the Student.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1070</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentDisciplineIncidentAssociation/StudentParticipationCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1394.png
namespace http://ed-fi.org/0200
type StudentParticipationCodeType
properties
content simple
facets
Kind Value Annotation
enumeration Victim
appinfo
<ann:EdFiId>242-003</ann:EdFiId>
enumeration Perpetrator
appinfo
<ann:EdFiId>242-001</ann:EdFiId>
enumeration Witness
appinfo
<ann:EdFiId>242-004</ann:EdFiId>
enumeration Reporter
appinfo
<ann:EdFiId>242-002</ann:EdFiId>
annotation
documentation
The role or type of participation of a student in a discipline incident; for example:
Victim
Perpetrator
Witness
Reporter.
appinfo
<ann:EdFiId>1071</ann:EdFiId>
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:appinfo>
     
<ann:EdFiId>1071</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element StudentDisciplineIncidentAssociation/Behavior
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1395.png
namespace http://ed-fi.org/0200
type Behavior
properties
minOcc 0
maxOcc unbounded
content complex
children BehaviorDetailedDescription Behavior
annotation
documentation
Describes behavior by category and provides a detailed description.
appinfo
<ann:EdFiId>1069</ann:EdFiId>
source <xs:element name="Behavior" type="Behavior" minOccurs="0" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Describes behavior by category and provides a detailed description.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1069</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>