complexType ReportCardIdentityType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1018.png
namespace http://ed-fi.org/0200
children StudentReference EducationOrganizationReference GradingPeriodReference
used by
element ReportCardReferenceType/ReportCardIdentity
annotation
documentation
Encapsulates the possible attributes that can be used to lookup the identity of report cards.
appinfo
<ann:TypeGroup>Identity</ann:TypeGroup>
<ann:EdFiId>451</ann:EdFiId>
source <xs:complexType name="ReportCardIdentityType">
 
<xs:annotation>
   
<xs:documentation>Encapsulates the possible attributes that can be used to lookup the identity of report cards.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Identity</ann:TypeGroup>
     
<ann:EdFiId>451</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StudentReference" type="StudentReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing student record in the receiving system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2064</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing student record in the receiving system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2062</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType">
     
<xs:annotation>
       
<xs:documentation>Provide user information to lookup and link to an existing grading period record in the receiving system.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>2063</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element ReportCardIdentityType/StudentReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1019.png
namespace http://ed-fi.org/0200
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
Provide user information to lookup and link to an existing student record in the receiving system.
appinfo
<ann:EdFiId>2064</ann:EdFiId>
source <xs:element name="StudentReference" type="StudentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing student record in the receiving system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2064</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ReportCardIdentityType/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1020.png
namespace http://ed-fi.org/0200
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
Provide user information to lookup and link to an existing student record in the receiving system.
appinfo
<ann:EdFiId>2062</ann:EdFiId>
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing student record in the receiving system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2062</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element ReportCardIdentityType/GradingPeriodReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1021.png
namespace http://ed-fi.org/0200
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
Provide user information to lookup and link to an existing grading period record in the receiving system.
appinfo
<ann:EdFiId>2063</ann:EdFiId>
source <xs:element name="GradingPeriodReference" type="GradingPeriodReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provide user information to lookup and link to an existing grading period record in the receiving system.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2063</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>