<xsd:complexType name="EPMDevelopmentPlanType">
<xsd:sequence>
<xsd:element name="DevelopmentPlanId" type="EntityIdType" minOccurs="0" />
<xsd:element name="PlanDate" type="xsd:date" minOccurs="0" />
<xsd:element name="PreparedBy" type="EPMPersonType" minOccurs="0" />
<xsd:element name="PlanSubject" type="EPMPersonType" />
<xsd:element name="DevelopmentItem" type="EPMDevelopmentPlanItemType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Comments" type="EPMCommentsType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute ref="xml:lang" />
</xsd:complexType>
|