Definition Type: Element
Name: ExcessiveValueIndicator
Namespace: http://ns.hr-xml.org/2007-04-15
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: EducationHistory.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
This is a code indicating that an A+ grade has a value higher than the highest possible GPA. False - It is not possible to have a higher GPA than indicated in Range Maximum. True - It is possible to have a higher GPA than indicated in Range Maximum.
Collapse XSD Schema Diagram:
XSD Diagram of ExcessiveValueIndicator in schema educationhistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ExcessiveValueIndicator" type="xsd:boolean" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>This is a code indicating that an A+ grade has a value higher than the highest possible GPA.  False - It is not possible to have a higher GPA than indicated in Range Maximum.  True - It is possible to have a higher GPA than indicated in Range Maximum.</xsd:documentation>
    </xsd:annotation>
</xsd:element>