simpleType CourseAttemptResultType
namespace http://ed-fi.org/0210
type restriction of xs:token
properties
base xs:token
used by
elements CourseTranscript/CourseAttemptResult CourseTranscriptIdentityType/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'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:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Fail">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Incomplete">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="Withdrawn">
     
<xs:annotation>
       
<xs:documentation/>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>