simpleType IndicatorName
namespace http://ed-fi.org/0110
type restriction of xs:string
used by
elements StudentIndicator/IndicatorGroup StudentIndicator/IndicatorName
facets
Kind Value annotation 
minLength 
maxLength 60 
annotation
documentation
The name of the Indicator, indicator group, or metric computed for the student (e.g., at risk) to influence more effective education or direct specific interventions.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
source <xs:simpleType name="IndicatorName">
 
<xs:annotation>
   
<xs:documentation>The name of the Indicator, indicator group, 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>Simple</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="60"/>
 
</xs:restriction>
</xs:simpleType>