complexType DisciplineIncidentIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p390.png
namespace http://ed-fi.org/0110
children IncidentIdentifier EducationOrganizationReference
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>
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>
   
</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:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element DisciplineIncidentIdentityType/IncidentIdentifier
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p391.png
namespace http://ed-fi.org/0110
type IncidentIdentifier
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
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.
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:annotation>
</xs:element>

element DisciplineIncidentIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p392.png
namespace http://ed-fi.org/0110
type EducationOrganizationReferenceType
properties
isRef 0
minOcc 1
maxOcc unbounded
content complex
children EducationOrganizationIdentity
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
Provide user information to lookup and link to an existing educational organization record in the receiving system
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType" maxOccurs="unbounded">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing educational organization record in the receiving system</xs:documentation>
 
</xs:annotation>
</xs:element>