complexType AccountabilityRating
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p27.png
namespace http://ed-fi.org/0110
children RatingTitle Rating RatingDate SchoolYear RatingOrganization RatingProgram
used by
element EducationOrganization/AccountabilityRatings
annotation
documentation
An accountability rating for a school or district.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="AccountabilityRating">
 
<xs:annotation>
   
<xs:documentation>An accountability rating for a school or district.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="RatingTitle" type="RatingTitleType">
     
<xs:annotation>
       
<xs:documentation>The title of the rating (e.g., School Rating, Safety Score, etc.)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Rating" type="Rating">
     
<xs:annotation>
       
<xs:documentation>An accountability rating level, designation, or assessment.</xs:documentation>
     
</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:annotation>
   
</xs:element>
   
<xs:element name="SchoolYear" type="SchoolYearType">
     
<xs:annotation>
       
<xs:documentation>The school year for which the accountability rating is assessed.</xs:documentation>
     
</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:annotation>
   
</xs:element>
   
<xs:element name="RatingProgram" type="RatingProgramType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The program associated with the accountability rating (e.g., NCLB, AEIS)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element AccountabilityRating/RatingTitle
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p28.png
namespace http://ed-fi.org/0110
type RatingTitleType
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 30 
annotation
documentation
The title of the rating (e.g., School Rating, Safety Score, etc.)
source <xs:element name="RatingTitle" type="RatingTitleType">
 
<xs:annotation>
   
<xs:documentation>The title of the rating (e.g., School Rating, Safety Score, etc.)</xs:documentation>
 
</xs:annotation>
</xs:element>

element AccountabilityRating/Rating
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p29.png
namespace http://ed-fi.org/0110
type Rating
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
maxLength 35 
annotation
documentation
An accountability rating level, designation, or assessment.
source <xs:element name="Rating" type="Rating">
 
<xs:annotation>
   
<xs:documentation>An accountability rating level, designation, or assessment.</xs:documentation>
 
</xs:annotation>
</xs:element>

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

element AccountabilityRating/SchoolYear
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p31.png
namespace http://ed-fi.org/0110
type SchoolYearType
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration 1996-1997 
enumeration 1997-1998 
enumeration 1998-1999 
enumeration 1999-2000 
enumeration 2000-2001 
enumeration 2001-2002 
enumeration 2002-2003 
enumeration 2003-2004 
enumeration 2004-2005 
enumeration 2005-2006 
enumeration 2006-2007 
enumeration 2007-2008 
enumeration 2008-2009 
enumeration 2009-2010 
enumeration 2010-2011 
enumeration 2011-2012 
enumeration 2012-2013 
enumeration 2013-2014 
enumeration 2014-2015 
enumeration 2015-2016 
enumeration 2016-2017 
enumeration 2017-2018 
enumeration 2018-2019 
enumeration 2019-2020 
enumeration 2020-2021 
enumeration 2021-2022 
enumeration 2022-2023 
enumeration 2023-2024 
enumeration 2024-2025 
enumeration 2025-2026 
enumeration 2026-2027 
enumeration 2027-2028 
enumeration 2028-2029 
enumeration 2029-2030 
annotation
documentation
The school year for which the accountability rating is assessed.
source <xs:element name="SchoolYear" type="SchoolYearType">
 
<xs:annotation>
   
<xs:documentation>The school year for which the accountability rating is assessed.</xs:documentation>
 
</xs:annotation>
</xs:element>

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

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