simpleType IndicatorName
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
elements StudentIndicator/IndicatorGroup StudentIndicator/IndicatorName
facets
Kind Value Annotation
minLength 1
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>
<ann:EdFiId>61</ann:EdFiId>
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>
     
<ann:EdFiId>61</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="60"/>
 
</xs:restriction>
</xs:simpleType>