Definition Type: Element
Name: AcademicCreditHoursAttempted
Namespace: http://ns.hr-xml.org/2007-04-15
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: EducationHistory.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
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.
Collapse XSD Schema Diagram:
XSD Diagram of AcademicCreditHoursAttempted in schema educationhistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>