complexType AccountabilityRating
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p29.png
namespace http://ed-fi.org/0200
type extension of ComplexObjectType
properties
base ComplexObjectType
children EducationOrganizationReference RatingTitle Rating RatingDate SchoolYear RatingOrganization RatingProgram
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with the complex object.
annotation
documentation
An accountability rating for a school or district.
appinfo
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
<ann:EdFiId>538</ann:EdFiId>
source <xs:complexType name="AccountabilityRating">
 
<xs:annotation>
   
<xs:documentation>An accountability rating for a school or district.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Domain Entity</ann:TypeGroup>
     
<ann:EdFiId>538</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="ComplexObjectType">
     
<xs:sequence>
       
<xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
         
<xs:annotation>
           
<xs:documentation>Relates the AccountabilityRating to an Education Organization.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1209</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="RatingTitle" type="RatingTitleType">
         
<xs:annotation>
           
<xs:documentation>The title of the rating (e.g., School Rating, Safety Score).</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1214</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="Rating" type="Rating">
         
<xs:annotation>
           
<xs:documentation>An accountability rating level, designation, or assessment.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1210</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="RatingDate" type="xs:date" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The date the rating was awarded.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1211</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="SchoolYear" type="SchoolYearType">
         
<xs:annotation>
           
<xs:documentation>The school year for which the AccountabilityRating  is assessed.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1215</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="RatingOrganization" type="RatingOrganization" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The organization that assessed the rating.</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1212</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="RatingProgram" type="RatingProgram" minOccurs="0">
         
<xs:annotation>
           
<xs:documentation>The program associated with the AccountabilityRating  (e.g., NCLB, AEIS).</xs:documentation>
           
<xs:appinfo>
             
<ann:EdFiId>1213</ann:EdFiId>
           
</xs:appinfo>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element AccountabilityRating/EducationOrganizationReference
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p30.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
Relates the AccountabilityRating to an Education Organization.
appinfo
<ann:EdFiId>1209</ann:EdFiId>
source <xs:element name="EducationOrganizationReference" type="EducationOrganizationReferenceType">
 
<xs:annotation>
   
<xs:documentation>Relates the AccountabilityRating to an Education Organization.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1209</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AccountabilityRating/RatingTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p31.png
namespace http://ed-fi.org/0200
type RatingTitleType
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The title of the rating (e.g., School Rating, Safety Score).
appinfo
<ann:EdFiId>1214</ann:EdFiId>
source <xs:element name="RatingTitle" type="RatingTitleType">
 
<xs:annotation>
   
<xs:documentation>The title of the rating (e.g., School Rating, Safety Score).</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1214</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AccountabilityRating/Rating
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p32.png
namespace http://ed-fi.org/0200
type Rating
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 35
annotation
documentation
An accountability rating level, designation, or assessment.
appinfo
<ann:EdFiId>1210</ann:EdFiId>
source <xs:element name="Rating" type="Rating">
 
<xs:annotation>
   
<xs:documentation>An accountability rating level, designation, or assessment.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1210</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AccountabilityRating/RatingDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p33.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The date the rating was awarded.
appinfo
<ann:EdFiId>1211</ann:EdFiId>
source <xs:element name="RatingDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The date the rating was awarded.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1211</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AccountabilityRating/SchoolYear
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p34.png
namespace http://ed-fi.org/0200
type SchoolYearType
properties
content simple
facets
Kind Value Annotation
enumeration 1990-1991
appinfo
<ann:EdFiId>231-001</ann:EdFiId>
enumeration 1991-1992
appinfo
<ann:EdFiId>231-002</ann:EdFiId>
enumeration 1992-1993
appinfo
<ann:EdFiId>231-003</ann:EdFiId>
enumeration 1993-1994
appinfo
<ann:EdFiId>231-004</ann:EdFiId>
enumeration 1994-1995
appinfo
<ann:EdFiId>231-005</ann:EdFiId>
enumeration 1995-1996
appinfo
<ann:EdFiId>231-006</ann:EdFiId>
enumeration 1996-1997
appinfo
<ann:EdFiId>231-007</ann:EdFiId>
enumeration 1997-1998
appinfo
<ann:EdFiId>231-008</ann:EdFiId>
enumeration 1998-1999
appinfo
<ann:EdFiId>231-009</ann:EdFiId>
enumeration 1999-2000
appinfo
<ann:EdFiId>231-010</ann:EdFiId>
enumeration 2000-2001
appinfo
<ann:EdFiId>231-011</ann:EdFiId>
enumeration 2001-2002
appinfo
<ann:EdFiId>231-012</ann:EdFiId>
enumeration 2002-2003
appinfo
<ann:EdFiId>231-013</ann:EdFiId>
enumeration 2003-2004
appinfo
<ann:EdFiId>231-014</ann:EdFiId>
enumeration 2004-2005
appinfo
<ann:EdFiId>231-015</ann:EdFiId>
enumeration 2005-2006
appinfo
<ann:EdFiId>231-016</ann:EdFiId>
enumeration 2006-2007
appinfo
<ann:EdFiId>231-017</ann:EdFiId>
enumeration 2007-2008
appinfo
<ann:EdFiId>231-018</ann:EdFiId>
enumeration 2008-2009
appinfo
<ann:EdFiId>231-019</ann:EdFiId>
enumeration 2009-2010
appinfo
<ann:EdFiId>231-020</ann:EdFiId>
enumeration 2010-2011
appinfo
<ann:EdFiId>231-021</ann:EdFiId>
enumeration 2011-2012
appinfo
<ann:EdFiId>231-022</ann:EdFiId>
enumeration 2012-2013
appinfo
<ann:EdFiId>231-023</ann:EdFiId>
enumeration 2013-2014
appinfo
<ann:EdFiId>231-024</ann:EdFiId>
enumeration 2014-2015
appinfo
<ann:EdFiId>231-025</ann:EdFiId>
enumeration 2015-2016
appinfo
<ann:EdFiId>231-026</ann:EdFiId>
enumeration 2016-2017
appinfo
<ann:EdFiId>231-027</ann:EdFiId>
enumeration 2017-2018
appinfo
<ann:EdFiId>231-028</ann:EdFiId>
enumeration 2018-2019
appinfo
<ann:EdFiId>231-029</ann:EdFiId>
enumeration 2019-2020
appinfo
<ann:EdFiId>231-030</ann:EdFiId>
enumeration 2020-2021
appinfo
<ann:EdFiId>231-031</ann:EdFiId>
enumeration 2021-2022
appinfo
<ann:EdFiId>231-032</ann:EdFiId>
enumeration 2022-2023
appinfo
<ann:EdFiId>231-033</ann:EdFiId>
enumeration 2023-2024
appinfo
<ann:EdFiId>231-034</ann:EdFiId>
enumeration 2024-2025
appinfo
<ann:EdFiId>231-035</ann:EdFiId>
enumeration 2025-2026
appinfo
<ann:EdFiId>231-036</ann:EdFiId>
enumeration 2026-2027
appinfo
<ann:EdFiId>231-037</ann:EdFiId>
enumeration 2027-2028
appinfo
<ann:EdFiId>231-038</ann:EdFiId>
enumeration 2028-2029
appinfo
<ann:EdFiId>231-039</ann:EdFiId>
enumeration 2029-2030
appinfo
<ann:EdFiId>231-040</ann:EdFiId>
annotation
documentation
The school year for which the AccountabilityRating  is assessed.
appinfo
<ann:EdFiId>1215</ann:EdFiId>
source <xs:element name="SchoolYear" type="SchoolYearType">
 
<xs:annotation>
   
<xs:documentation>The school year for which the AccountabilityRating  is assessed.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1215</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AccountabilityRating/RatingOrganization
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p35.png
namespace http://ed-fi.org/0200
type RatingOrganization
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 35
annotation
documentation
The organization that assessed the rating.
appinfo
<ann:EdFiId>1212</ann:EdFiId>
source <xs:element name="RatingOrganization" type="RatingOrganization" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The organization that assessed the rating.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1212</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element AccountabilityRating/RatingProgram
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p36.png
namespace http://ed-fi.org/0200
type RatingProgram
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 30
annotation
documentation
The program associated with the AccountabilityRating  (e.g., NCLB, AEIS).
appinfo
<ann:EdFiId>1213</ann:EdFiId>
source <xs:element name="RatingProgram" type="RatingProgram" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The program associated with the AccountabilityRating  (e.g., NCLB, AEIS).</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>1213</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>