simpleType CourseAttemptResultType
namespace http://ed-fi.org/0110
type restriction of xs:token
used by
element CourseTranscript/CourseAttemptResult
facets
Kind Value annotation 
enumeration Pass 
enumeration Fail 
enumeration Incomplete 
enumeration Withdrawn 
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>
source <xs:simpleType name="CourseAttemptResultType">
 
<xs:annotation>
   
<xs:documentation>The result from the student&apos;s attempt to take the course, for example:
Pass
Fail
Incomplete
Withdrawn
</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Enumeration</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:restriction base="xs:token">
   
<xs:enumeration value="Pass"/>
   
<xs:enumeration value="Fail"/>
   
<xs:enumeration value="Incomplete"/>
   
<xs:enumeration value="Withdrawn"/>
 
</xs:restriction>
</xs:simpleType>