<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>
|