complexType StudentIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p1107.png
namespace http://ed-fi.org/0110
children IndicatorGroup IndicatorName Indicator BeginDate EndDate DesignatedBy
used by
element Student/StudentIndicators
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_p1108.png
namespace http://ed-fi.org/0110
type IndicatorName
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
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_p1109.png
namespace http://ed-fi.org/0110
type IndicatorName
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
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_p1110.png
namespace http://ed-fi.org/0110
type Indicator
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
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_p1111.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
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_p1112.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
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_p1113.png
namespace http://ed-fi.org/0110
type DesignatedBy
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
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>