Definition Type: ComplexType
Name: MetricType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
OED: metric, n. A system or standard of measurement; a criterion or set of criteria stated in quantifiable terms. A metric can be expressed as a numeric value adhering to a particular scheme (a "Score") or as text. A metric is a "target" for a business or learning objective.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Score in schema components_xsd Drilldown into ObjectiveActionCode in schema fields_xsd Drilldown into Description in schema fields_xsd1 Drilldown into Name in schema fields_xsd1 Drilldown into ID in schema fields_xsdXSD Diagram of MetricType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="MetricType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
OED: metric, n. A system or standard of measurement; a criterion or set of criteria stated in quantifiable terms. 			
			
A metric can be expressed as a numeric value adhering to a particular scheme (a "Score") or as text. 

A metric is a "target" for a business or learning objective.
</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" />
        <xsd:element ref="oa:Name" minOccurs="0" />
        <xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ObjectiveActionCode" minOccurs="0" />
        <xsd:element ref="Score" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
Name oa:Name 0 (1)
Description oa:Description 0 unbounded
ObjectiveActionCode nsA:ObjectiveActionCode 0 (1)
Score nsA:Score 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:Metric