Definition Type: ComplexType
Name: DependentObjectiveType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Associates one objective within another with which there is a dependency. A description field is available to describe the dependency.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Description in schema fields_xsd1 Drilldown into TypeCode in schema fields_xsd Drilldown into ObjectiveID in schema fields_xsdXSD Diagram of DependentObjectiveType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="DependentObjectiveType">
    <xsd:annotation>
        <xsd:documentation>Associates one objective within another with which there is a dependency. A description
	field is available to describe the dependency.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ObjectiveID" minOccurs="0" />
        <xsd:element ref="TypeCode" minOccurs="0" />
        <xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ObjectiveID nsA:ObjectiveID 0 (1)
TypeCode nsA:TypeCode 0 (1)
Description oa:Description 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:DependentObjective