complexType DisciplineIncidentIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p539.png
namespace http://ed-fi.org/0210
children IncidentIdentifier SchoolReference
used by
element DisciplineIncidentReferenceType/DisciplineIncidentIdentity
annotation
documentation
Identity of a DisciplineIncident.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="DisciplineIncidentIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a DisciplineIncident.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</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 DisciplineIncident or occurrence. The same identifier should be used to document the entire DisciplineIncident even if it included multiple offenses and multiple offenders.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="SchoolReference" type="SchoolReferenceType">
     
<xs:annotation>
       
<xs:documentation>Relates the DisciplineIncident to the school where the incident occurred.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element DisciplineIncidentIdentityType/IncidentIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p540.png
namespace http://ed-fi.org/0210
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 DisciplineIncident or occurrence. The same identifier should be used to document the entire DisciplineIncident even if it included multiple offenses and multiple offenders.
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 DisciplineIncident or occurrence. The same identifier should be used to document the entire DisciplineIncident even if it included multiple offenses and multiple offenders.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DisciplineIncidentIdentityType/SchoolReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p541.png
namespace http://ed-fi.org/0210
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
Relates the DisciplineIncident to the school where the incident occurred.
source <xs:element name="SchoolReference" type="SchoolReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the DisciplineIncident to the school where the incident occurred.</xs:documentation>
 
</xs:annotation>
</xs:element>