Definition Type: ComplexType
Name: EducationMeasureType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EducationHistory.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into GoodStudentIndicator in schema educationhistory_xsd Drilldown into ExcessiveValueIndicator in schema educationhistory_xsd Drilldown into HighestPossibleValue in schema educationhistory_xsd Drilldown into LowestPossibleValue in schema educationhistory_xsd Drilldown into MeasureValue in schema educationhistory_xsd Drilldown into MeasureSystem in schema educationhistory_xsdXSD Diagram of EducationMeasureType in schema educationhistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EducationMeasureType">
    <xsd:sequence>
        <xsd:element name="MeasureSystem" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Identifies the measurement system.  i.e. GPA</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="MeasureValue" type="MeasureValueType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>The grade point average of a student.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="LowestPossibleValue" type="MeasureValueType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>The value specifying the minimum of the measurement range</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="HighestPossibleValue" type="MeasureValueType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>The value specifying the maximum of the measurement range</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <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>
        <xsd:element name="GoodStudentIndicator" type="xsd:boolean" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MeasureSystem hr:MeasureSystem 0 (1)
MeasureValue hr:MeasureValue 0 (1)
LowestPossibleValue hr:LowestPossibleValue 0 (1)
HighestPossibleValue hr:HighestPossibleValue 0 (1)
ExcessiveValueIndicator hr:ExcessiveValueIndicator 0 (1)
GoodStudentIndicator hr:GoodStudentIndicator 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:EducationalMeasure, hr:EducationalMeasurehr:Measure,