complexType ReportCardIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1143.png
namespace http://ed-fi.org/0210
children StudentReference EducationOrganizationReference GradingPeriodReference
used by
element ReportCardReferenceType/ReportCardIdentity
annotation
documentation
Identity of a ReportCard.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
source <xs:complexType name="ReportCardIdentityType">
 
<xs:annotation>
   
<xs:documentation>Identity of a ReportCard.</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>Identifies the student that is associated with the ReportCard.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
     
<xs:annotation>
       
<xs:documentation>Identifies the EducationOrganization that issued the ReportCard.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType">
     
<xs:annotation>
       
<xs:documentation>Identifies the grading period for this report card.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ReportCardIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1144.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
Identifies the student that is associated with the ReportCard.
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Identifies the student that is associated with the ReportCard.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ReportCardIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1145.png
namespace http://ed-fi.org/0210
type EducationOrganizationReferenceType
properties
content complex
children EducationOrganizationIdentity EducationOrganizationLookup
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
Identifies the EducationOrganization that issued the ReportCard.
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Identifies the EducationOrganization that issued the ReportCard.</xs:documentation>
 
</xs:annotation>
</xs:element>

element ReportCardIdentityType/GradingPeriodReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1146.png
namespace http://ed-fi.org/0210
type GradingPeriodReferenceType
properties
content complex
children GradingPeriodIdentity
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
Identifies the grading period for this report card.
source <xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType">
 
<xs:annotation>
   
<xs:documentation>Identifies the grading period for this report card.</xs:documentation>
 
</xs:annotation>
</xs:element>