complexType
DisciplineIncident
element DisciplineIncident/IncidentIdentifier
element DisciplineIncident/IncidentDate
element DisciplineIncident/IncidentTime
element DisciplineIncident/IncidentLocation
element DisciplineIncident/ReporterDescription
element DisciplineIncident/ReporterName
element DisciplineIncident/Behaviors
element DisciplineIncident/SecondaryBehaviors
element DisciplineIncident/Weapons
element DisciplineIncident/ReportedToLawEnforcement
element DisciplineIncident/CaseNumber
element DisciplineIncident/IncidentCost
element DisciplineIncident/EducationOrganizationReference
element DisciplineIncident/StaffReference
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | IncidentIdentifier IncidentDate IncidentTime IncidentLocation ReporterDescription ReporterName Behaviors SecondaryBehaviors Weapons ReportedToLawEnforcement CaseNumber IncidentCost EducationOrganizationReference StaffReference | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="DisciplineIncident"> <xs:annotation> <xs:documentation>This event entity represents an occurrence of an infraction ranging from a minor problem behavior that disrupts the orderly functioning of a school or classroom (such as tardiness) to a criminal act that results in the involvement of a law enforcement official (such as robbery). A single event (e.g., a fight) is one incident regardless of how many perpetrators or victims are involved. Discipline incidents are events classified as warranting discipline action.</xs:documentation> <xs:appinfo> <ann:TypeGroup>Domain Entity</ann:TypeGroup> </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="ComplexObjectType"> <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="IncidentDate" type="xs:date"> <xs:annotation> <xs:documentation>The month, day, and year on which the incident occurred. </xs:documentation> </xs:annotation> </xs:element> <xs:element name="IncidentTime" type="xs:time" minOccurs="0"> <xs:annotation> <xs:documentation>An indication of the time of day the incident took place.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="IncidentLocation" type="IncidentLocationType" minOccurs="0"> <xs:annotation> <xs:documentation>Identifies where the incident occurred and whether or not it occurred on school, for example: On school Administrative offices area Cafeteria area Classroom Hallway or stairs ...</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ReporterDescription" type="DescriptorReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>Information on the type of individual who reported the incident. When known and/or if useful, use a more specific option code (e.g., "Counselor" rather than "Professional Staff"); for example: Student Parent/guardian Law enforcement officer Nonschool personnel Representative of visiting school ...</xs:documentation> <xs:appinfo> <ann:Descriptor>ReporterDescriptionDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="ReporterName" type="ReporterName" minOccurs="0"> <xs:annotation> <xs:documentation>Identifies the reporter of the incident by name.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Behaviors" type="DescriptorReferenceType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Categories of 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:element name="Weapons" type="DescriptorReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Identifies the type of weapon used during an incident. The Federal Gun-Free Schools Act requires states to report the number of students expelled for bringing firearms to school by type of firearm.</xs:documentation> <xs:appinfo> <ann:Descriptor>WeaponDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> <xs:element name="ReportedToLawEnforcement" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Indicator of whether the incident was reported to law enforcement.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="CaseNumber" type="CaseNumber" minOccurs="0"> <xs:annotation> <xs:documentation>The case number assigned to the incident by law enforcement or other organization.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="IncidentCost" type="xs:double" minOccurs="0"> <xs:annotation> <xs:documentation>The value of any quantifiable monetary loss directly resulting from the incident. Examples include the value of repairs necessitated by vandalism of a school facility, the value of personnel resources used for repairs or consumed by the incident.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType"> <xs:annotation> <xs:documentation>School where incident occurred</xs:documentation> </xs:annotation> </xs:element> <xs:element name="StaffReference" type="StaffReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>Identifies the staff reporter of the incident by use of a pre-existing school or district unique identifier.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element DisciplineIncident/IncidentIdentifier
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | IncidentIdentifier | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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 DisciplineIncident/IncidentDate
diagram | |||||
namespace | http://ed-fi.org/0110 | ||||
type | xs:date | ||||
properties |
|
||||
annotation |
|
||||
source | <xs:element name="IncidentDate" type="xs:date"> <xs:annotation> <xs:documentation>The month, day, and year on which the incident occurred. </xs:documentation> </xs:annotation> </xs:element> |
element DisciplineIncident/IncidentTime
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | xs:time | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="IncidentTime" type="xs:time" minOccurs="0"> <xs:annotation> <xs:documentation>An indication of the time of day the incident took place.</xs:documentation> </xs:annotation> </xs:element> |
element DisciplineIncident/IncidentLocation
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | IncidentLocationType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="IncidentLocation" type="IncidentLocationType" minOccurs="0"> <xs:annotation> <xs:documentation>Identifies where the incident occurred and whether or not it occurred on school, for example: On school Administrative offices area Cafeteria area Classroom Hallway or stairs ...</xs:documentation> </xs:annotation> </xs:element> |
element DisciplineIncident/ReporterDescription
diagram | |||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||
type | DescriptorReferenceType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | CodeValue ShortDescription Description | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:element name="ReporterDescription" type="DescriptorReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>Information on the type of individual who reported the incident. When known and/or if useful, use a more specific option code (e.g., "Counselor" rather than "Professional Staff"); for example: Student Parent/guardian Law enforcement officer Nonschool personnel Representative of visiting school ...</xs:documentation> <xs:appinfo> <ann:Descriptor>ReporterDescriptionDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element DisciplineIncident/ReporterName
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | ReporterName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="ReporterName" type="ReporterName" minOccurs="0"> <xs:annotation> <xs:documentation>Identifies the reporter of the incident by name.</xs:documentation> </xs:annotation> </xs:element> |
element DisciplineIncident/Behaviors
diagram | |||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||
type | DescriptorReferenceType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | CodeValue ShortDescription Description | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:element name="Behaviors" type="DescriptorReferenceType" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Categories of behavior coded for use in describing an incident.</xs:documentation> <xs:appinfo> <ann:Descriptor>BehaviorDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element DisciplineIncident/SecondaryBehaviors
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
type | SecondaryBehavior | ||||||||||||||
properties |
|
||||||||||||||
children | SecondaryBehavior | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> |
element DisciplineIncident/Weapons
diagram | |||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||
type | DescriptorReferenceType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | CodeValue ShortDescription Description | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:element name="Weapons" type="DescriptorReferenceType" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Identifies the type of weapon used during an incident. The Federal Gun-Free Schools Act requires states to report the number of students expelled for bringing firearms to school by type of firearm.</xs:documentation> <xs:appinfo> <ann:Descriptor>WeaponDescriptor</ann:Descriptor> </xs:appinfo> </xs:annotation> </xs:element> |
element DisciplineIncident/ReportedToLawEnforcement
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | xs:boolean | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="ReportedToLawEnforcement" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Indicator of whether the incident was reported to law enforcement.</xs:documentation> </xs:annotation> </xs:element> |
element DisciplineIncident/CaseNumber
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | CaseNumber | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="CaseNumber" type="CaseNumber" minOccurs="0"> <xs:annotation> <xs:documentation>The case number assigned to the incident by law enforcement or other organization.</xs:documentation> </xs:annotation> </xs:element> |
element DisciplineIncident/IncidentCost
diagram | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | xs:double | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
source | <xs:element name="IncidentCost" type="xs:double" minOccurs="0"> <xs:annotation> <xs:documentation>The value of any quantifiable monetary loss directly resulting from the incident. Examples include the value of repairs necessitated by vandalism of a school facility, the value of personnel resources used for repairs or consumed by the incident.</xs:documentation> </xs:annotation> </xs:element> |
element DisciplineIncident/EducationOrganizationReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | EducationOrganizationReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | EducationOrganizationIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType"> <xs:annotation> <xs:documentation>School where incident occurred</xs:documentation> </xs:annotation> </xs:element> |
element DisciplineIncident/StaffReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||
type | StaffReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StaffIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="StaffReference" type="StaffReferenceType" minOccurs="0"> <xs:annotation> <xs:documentation>Identifies the staff reporter of the incident by use of a pre-existing school or district unique identifier.</xs:documentation> </xs:annotation> </xs:element> |