complexType StudentIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1653.png
namespace http://ed-fi.org/0210
children IndicatorGroup IndicatorName Indicator BeginDate EndDate DesignatedBy
used by
element Student/StudentIndicator
annotation
documentation
An indicator or metric computed for the student (e.g., at risk) to influence more effective education or direct specific interventions.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="StudentIndicator">
 
<xs:annotation>
   
<xs:documentation>An indicator or metric computed for the student (e.g., at risk) to influence more effective education or direct specific interventions.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="IndicatorGroup" type="IndicatorName" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The name for a group of indicators.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="IndicatorName" type="IndicatorName">
     
<xs:annotation>
       
<xs:documentation>The name of the indicator or metric.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Indicator" type="Indicator">
     
<xs:annotation>
       
<xs:documentation>The value of the indicator or metric.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BeginDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The date when the indicator was assigned or computed.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EndDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The date the indicator or metric was sunset or removed.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="DesignatedBy" type="DesignatedBy" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The person, organization, or department that designated the program association.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element StudentIndicator/IndicatorGroup
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1654.png
namespace http://ed-fi.org/0210
type IndicatorName
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The name for a group of indicators.
source <xs:element name="IndicatorGroup" type="IndicatorName" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The name for a group of indicators.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentIndicator/IndicatorName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1655.png
namespace http://ed-fi.org/0210
type IndicatorName
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The name of the indicator or metric.
source <xs:element name="IndicatorName" type="IndicatorName">
 
<xs:annotation>
   
<xs:documentation>The name of the indicator or metric.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentIndicator/Indicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1656.png
namespace http://ed-fi.org/0210
type Indicator
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 35
annotation
documentation
The value of the indicator or metric.
source <xs:element name="Indicator" type="Indicator">
 
<xs:annotation>
   
<xs:documentation>The value of the indicator or metric.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentIndicator/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1657.png
namespace http://ed-fi.org/0210
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The date when the indicator was assigned or computed.
source <xs:element name="BeginDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The date when the indicator was assigned or computed.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentIndicator/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1658.png
namespace http://ed-fi.org/0210
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The date the indicator or metric was sunset or removed.
source <xs:element name="EndDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The date the indicator or metric was sunset or removed.</xs:documentation>
 
</xs:annotation>
</xs:element>

element StudentIndicator/DesignatedBy
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1659.png
namespace http://ed-fi.org/0210
type DesignatedBy
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 60
annotation
documentation
The person, organization, or department that designated the program association.
source <xs:element name="DesignatedBy" type="DesignatedBy" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The person, organization, or department that designated the program association.</xs:documentation>
 
</xs:annotation>
</xs:element>