<xsd:complexType name="EducationalMeasureType">
<xsd:sequence>
<xsd:element name="EducationalMeasure" type="EducationMeasureType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Identifies the measurement system. i.e. GPA</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AcademicCreditCode" type="AcademicCreditCodeType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Code indicating the type of credit used (awarded) by the institution.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CourseLevelCode" type="CourseLevelCodeType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Code indicating the level or type or both, of work which is reflected in the grade average and the credit hours</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CumulativeSummaryIndicator" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>If True, this is a summary of all work included in the record.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AcademicCreditHoursIncluded" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This is the total number of credits (or credit hours) included in the grade point average for this particular summary. Inclusion or exclusion of certain credits depends on the policy of the sending institution.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AcademicCreditHoursAttempted" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This is the total number of credits (credit hours) included on the record for this particular summary. This would normally be all credits for which the student paid, whether or not the credits were used to calculate the grade point average. Examples of credit hours to be included, if available, are credits for which non-punitive grades such as "I" or "W" or "Audit" were awarded.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AcademicCreditHoursEarned" type="xsd:decimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This is the total number of credits (credit hours) attemptedand earned and included in this summary.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ClassRank" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This is a student's numerical class rank with the highest student in the class having a rank or position of 1</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:integer">
<xsd:attribute name="numberOfStudents" type="xsd:integer" use="optional" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="measureType" type="xsd:string" use="optional" />
</xsd:complexType>
|