<xsd:complexType name="EPMObjectivesPlanType">
<xsd:annotation>
<xsd:documentation>A structure for information about an objectives plan.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ObjectivesPlanId" type="EntityIdType" minOccurs="0" />
<xsd:element name="ObjectivePlanDate" type="xsd:date" minOccurs="0" />
<xsd:element name="ObjectivePlanPeriod" type="EPMPeriodType" minOccurs="0" />
<xsd:element name="PreparedBy" type="EPMPersonType" minOccurs="0" />
<xsd:element name="ObjectivePlanSubject" type="EPMPersonType" minOccurs="0" />
<xsd:element name="ObjectiveGroup" type="EPMObjectiveGroupType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Objective" type="EPMObjectiveType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute ref="xml:lang" />
</xsd:complexType>
|