complexType DisciplineIncidentIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p472.png
namespace http://ed-fi.org/0200
children IncidentIdentifier SchoolReference
used by
element DisciplineIncidentReferenceType/DisciplineIncidentIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of discipline incidents.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>415</ann:EdFiId>
source <xs:complexType name="DisciplineIncidentIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of discipline incidents.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>415</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="IncidentIdentifier" type="IncidentIdentifier">
     
<xs:annotation>
       
<xs:documentation>A locally assigned unique identifier (within the school or school district) to identify each specific incident or occurrence. The same identifier should be used to document the entire incident even if it included multiple offenses and multiple offenders.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2027</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SchoolReference" type="SchoolReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing school record in the receiving system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2028</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element DisciplineIncidentIdentityType/IncidentIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p473.png
namespace http://ed-fi.org/0200
type IncidentIdentifier
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 20
annotation
documentation
A locally assigned unique identifier (within the school or school district) to identify each specific incident or occurrence. The same identifier should be used to document the entire incident even if it included multiple offenses and multiple offenders.
appinfo
<ann:EdFiId>2027</ann:EdFiId>
source <xs:element name="IncidentIdentifier" type="IncidentIdentifier">
 
<xs:annotation>
   
<xs:documentation>A locally assigned unique identifier (within the school or school district) to identify each specific incident or occurrence. The same identifier should be used to document the entire incident even if it included multiple offenses and multiple offenders.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2027</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element DisciplineIncidentIdentityType/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p474.png
namespace http://ed-fi.org/0200
type SchoolReferenceType
properties
content complex
children SchoolIdentity SchoolLookup
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
Provide user information to lookup and link to an existing school record in the receiving system.
appinfo
<ann:EdFiId>2028</ann:EdFiId>
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing school record in the receiving system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2028</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>