simpleType CourseAttemptResultType
namespace http://ed-fi.org/0200
type restriction of xs:token
properties
base xs:token
used by
element CourseTranscript/CourseAttemptResult
facets
Kind Value Annotation
enumeration Pass
appinfo
<ann:EdFiId>148-003</ann:EdFiId>
enumeration Fail
appinfo
<ann:EdFiId>148-001</ann:EdFiId>
enumeration Incomplete
appinfo
<ann:EdFiId>148-002</ann:EdFiId>
enumeration Withdrawn
appinfo
<ann:EdFiId>148-004</ann:EdFiId>
annotation
documentation
The result from the student's attempt to take the course, for example: Pass, Fail, Incomplete, Withdrawn.
appinfo
<ann:TypeGroup>Enumeration</ann:TypeGroup>
<ann:EdFiId>148</ann:EdFiId>
source <xs:simpleType name="CourseAttemptResultType">
 
<xs:annotation>
   
<xs:documentation>The result from the student's attempt to take the course, for example: Pass, Fail, Incomplete, Withdrawn.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
     
<ann:EdFiId>148</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Pass">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>148-003</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Fail">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>148-001</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Incomplete">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>148-002</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Withdrawn">
     
<xs:annotation>
       
<xs:appinfo>
         
<ann:EdFiId>148-004</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>