complexType GradeReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p635.png
namespace http://ed-fi.org/0200
type extension of ReferenceType
properties
base ReferenceType
children GradeIdentity
used by
element ReportCard/GradeReference
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
Provides alternative references for grades. Use XML IDREF to reference a record that is included in the interchange. Use the identity type to lookup a record that was loaded previously.
appinfo
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
<ann:EdFiId>424</ann:EdFiId>
source <xs:complexType name="GradeReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provides alternative references for grades. Use XML IDREF to reference a record that is included in the interchange. Use the identity type to lookup a record that was loaded previously.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
     
<ann:EdFiId>424</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ReferenceType">
     
<xs:sequence>
       
<xs:element name="GradeIdentity" type="GradeIdentityType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The identity for the grade.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2117</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element GradeReferenceType/GradeIdentity
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p636.png
namespace http://ed-fi.org/0200
type GradeIdentityType
properties
minOcc 0
maxOcc 1
content complex
children StudentSectionAssociationReference GradingPeriodReference GradeType
annotation
documentation
The identity for the grade.
appinfo
<ann:EdFiId>2117</ann:EdFiId>
source <xs:element name="GradeIdentity" type="GradeIdentityType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The identity for the grade.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2117</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>