simpleType Result
namespace http://ed-fi.org/0200
type restriction of xs:string
properties
base xs:string
used by
elements AssessmentPerformanceLevel/MaximumScore AssessmentScore/MaximumScore AssessmentPerformanceLevel/MinimumScore AssessmentScore/MinimumScore ScoreResult/Result
facets
Kind Value Annotation
minLength 1
maxLength 35
annotation
documentation
A meaningful raw score or statistical expression of the performance of an individual. The results can be expressed as a number, percentile, range, level, etc.
appinfo
<ann:TypeGroup>Simple</ann:TypeGroup>
<ann:EdFiId>98</ann:EdFiId>
source <xs:simpleType name="Result">
 
<xs:annotation>
   
<xs:documentation>A meaningful raw score or statistical expression of the performance of an individual. The results can be expressed as a number, percentile, range, level, etc.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Simple</ann:TypeGroup>
     
<ann:EdFiId>98</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="35"/>
 
</xs:restriction>
</xs:simpleType>