Definition Type: ComplexType
Name: MeasureValueType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EducationHistory.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into StringValue in schema competencytypes_xsd Drilldown into NumericValue in schema competencytypes_xsdXSD Diagram of MeasureValueType in schema educationhistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="MeasureValueType">
    <xsd:choice>
        <xsd:element ref="NumericValue" />
        <xsd:element ref="StringValue" />
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
NumericValue hr:NumericValue (1) (1)
StringValue hr:StringValue (1) (1)
Collapse Derivation Tree:
Collapse References:
hr:HighestPossibleValue, hr:LowestPossibleValue, hr:MeasureValue