<xsd:complexType name="ObjectiveResultGroupType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">A set of related objectives that are rated or measured together.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ObjectiveResultType">
<xsd:sequence>
<xsd:element ref="ObjectiveResult" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|