Definition Type: ComplexType
Name: ObjectiveGroupType
Namespace: http://www.hr-xml.org/3
Type: nsA:ObjectiveBaseType
Containing Schema: Components.xsd
Abstract
Documentation:
A specification of a group of objectives - a set of related objectives. Results against component objectives may roll-up into an overall result for the group.
Collapse XSD Schema Diagram:
Drilldown into Objective in schema components_xsd Drilldown into UserArea in schema fields_xsd Drilldown into Metric in schema components_xsd Drilldown into TimePeriod in schema components_xsd1 Drilldown into Weight in schema fields_xsd Drilldown into TypeCode in schema fields_xsd Drilldown into Description in schema fields_xsd1 Drilldown into ObjectiveName in schema fields_xsd Drilldown into ID in schema fields_xsd Drilldown into ObjectiveBaseType in schema components_xsdXSD Diagram of ObjectiveGroupType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ObjectiveGroupType">
    <xsd:annotation>
        <xsd:documentation>A specification of a group of objectives - a set of related objectives.
Results against component objectives may roll-up into an overall result for the group.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="ObjectiveBaseType">
            <xsd:sequence>
                <xsd:element ref="Objective" minOccurs="0" maxOccurs="unbounded" />
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
ObjectiveName nsA:ObjectiveName 0 (1)
Description oa:Description 0 unbounded
TypeCode nsA:TypeCode 0 unbounded
Weight nsA:Weight 0 (1)
TimePeriod oa:TimePeriod 0 (1)
Metric nsA:Metric 0 unbounded
UserArea nsA:UserArea 0 (1)
Objective nsA:Objective 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:ObjectiveGroup