complexType StudentDisciplineIncidentAssociationIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1613.png
namespace http://ed-fi.org/0210
children StudentReference DisciplineIncidentReference
used by
element StudentDisciplineIncidentAssociationReferenceType/StudentDisciplineIncidentAssociationIdentity
annotation
documentation
Identity of a StudentDisciplineIncidentAssociation.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="StudentDisciplineIncidentAssociationIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a StudentDisciplineIncidentAssociation.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<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:sequence>
</xs:complexType>

element StudentDisciplineIncidentAssociationIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1614.png
namespace http://ed-fi.org/0210
type StudentReferenceType
properties
content complex
children StudentIdentity StudentLookup
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 Student associated with the DisciplineIncident.
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 StudentDisciplineIncidentAssociationIdentityType/DisciplineIncidentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1615.png
namespace http://ed-fi.org/0210
type DisciplineIncidentReferenceType
properties
content complex
children DisciplineIncidentIdentity
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
Reference to the DisciplineIncident associated with the Student.
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>