simpleType ResultDatatypeType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
elements AssessmentPerformanceLevel/ResultDatatypeType AssessmentScore/ResultDatatypeType ScoreResult/ResultDatatypeType
facets
Kind Value Annotation
enumeration Integer
appinfo
<ann:EdFiId>225-002</ann:EdFiId>
enumeration Decimal
appinfo
<ann:EdFiId>225-001</ann:EdFiId>
enumeration Percentage
appinfo
<ann:EdFiId>225-004</ann:EdFiId>
enumeration Percentile
appinfo
<ann:EdFiId>225-005</ann:EdFiId>
enumeration Range
appinfo
<ann:EdFiId>225-006</ann:EdFiId>
enumeration Level
appinfo
<ann:EdFiId>225-003</ann:EdFiId>
annotation
documentation
The results can be expressed as a number, percentile, range, level, etc.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>225</ann:EdFiId>
source <xs:simpleType name="ResultDatatypeType">
 
<xs:annotation>
   
<xs:documentation>The results can be expressed as a number, percentile, range, level, etc.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>225</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Integer">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>225-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Decimal">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>225-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Percentage">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>225-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Percentile">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>225-005</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Range">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>225-006</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Level">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>225-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>