complexType
StudentDisciplineIncidentAssociation
element StudentDisciplineIncidentAssociation/StudentReference
element StudentDisciplineIncidentAssociation/DisciplineIncidentReference
element StudentDisciplineIncidentAssociation/StudentParticipationCode
element StudentDisciplineIncidentAssociation/Behavior
diagram | |||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||
type | extension of ComplexObjectType | ||||||||||||||
properties |
|
||||||||||||||
children | StudentReference DisciplineIncidentReference StudentParticipationCode Behavior | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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> </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:annotation> </xs:element> <xs:element name="DisciplineIncidentReference" type="DisciplineIncidentReferenceType"> <xs:annotation> <xs:documentation>Reference to the DisciplineIncident associated with the Student.</xs:documentation> </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: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:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
element StudentDisciplineIncidentAssociation/StudentReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | StudentReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | StudentIdentity StudentLookup | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="StudentReference" type="StudentReferenceType"> <xs:annotation> <xs:documentation>Relates the Student associated with the DisciplineIncident.</xs:documentation> </xs:annotation> </xs:element> |
element StudentDisciplineIncidentAssociation/DisciplineIncidentReference
diagram | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | DisciplineIncidentReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | DisciplineIncidentIdentity | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:element name="DisciplineIncidentReference" type="DisciplineIncidentReferenceType"> <xs:annotation> <xs:documentation>Reference to the DisciplineIncident associated with the Student.</xs:documentation> </xs:annotation> </xs:element> |
element StudentDisciplineIncidentAssociation/StudentParticipationCode
diagram | ||||||||||||||||
namespace | http://ed-fi.org/0210 | |||||||||||||||
type | StudentParticipationCodeType | |||||||||||||||
properties |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
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:annotation> </xs:element> |
element StudentDisciplineIncidentAssociation/Behavior
diagram | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | Behavior | ||||||
properties |
|
||||||
children | BehaviorDetailedDescription Behavior | ||||||
annotation |
|
||||||
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:annotation> </xs:element> |