complexType AssessmentReferenceType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p182.png
namespace http://ed-fi.org/0200
type extension of ReferenceType
properties
base ReferenceType
children AssessmentIdentity AssessmentLookup
used by
elements AssessmentItem/AssessmentReference ObjectiveAssessment/AssessmentReference StudentAssessment/AssessmentReference AssessmentItemIdentityType/AssessmentReference ObjectiveAssessmentIdentityType/AssessmentReference StudentAssessmentIdentityType/AssessmentReference RequiredAssessment/AssessmentReference
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 assessments during interchange. Use XML IDREF to reference a course record that is included in the interchange.
appinfo
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
<ann:EdFiId>400</ann:EdFiId>
source <xs:complexType name="AssessmentReferenceType">
 
<xs:annotation>
   
<xs:documentation>Provides alternative references for assessments during interchange. Use XML IDREF to reference a course record that is included in the interchange.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Extended Reference</ann:TypeGroup>
     
<ann:EdFiId>400</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ReferenceType">
     
<xs:sequence>
       
<xs:element name="AssessmentIdentity" type="AssessmentIdentityType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of assessments.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2104</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="AssessmentLookup" type="AssessmentLookupType" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of assessments.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>2380</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element AssessmentReferenceType/AssessmentIdentity
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p183.png
namespace http://ed-fi.org/0200
type AssessmentIdentityType
properties
minOcc 0
maxOcc 1
content complex
children AssessmentTitle AcademicSubject AssessedGradeLevel Version
annotation
documentation
Encapsulates primary attributes that can be used to lookup the identity of assessments.
appinfo
<ann:EdFiId>2104</ann:EdFiId>
source <xs:element name="AssessmentIdentity" type="AssessmentIdentityType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates primary attributes that can be used to lookup the identity of assessments.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2104</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AssessmentReferenceType/AssessmentLookup
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p184.png
namespace http://ed-fi.org/0200
type AssessmentLookupType
properties
minOcc 0
maxOcc 1
content complex
children AssessmentTitle AssessmentIdentificationCode AssessmentCategory AcademicSubject AssessedGradeLevel Version AssessmentFamilyReference
annotation
documentation
Encapsulates alternative attributes that can be used to lookup the identity of assessments.
appinfo
<ann:EdFiId>2380</ann:EdFiId>
source <xs:element name="AssessmentLookup" type="AssessmentLookupType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Encapsulates alternative attributes that can be used to lookup the identity of assessments.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>2380</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>