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