Schema Name: EPMDevelopmentPlan.xsd
Target Namespace: http://ns.hr-xml.org/2007-04-15
Documentation:
"Copyright The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org" Name: EPMResult.xsd Status: Draft Date this version: 2007-04-15 Author(s): Performance Management Work Group Documentation: Terms of license can be found in license.txt.
Collapse XSD Schema Code:

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://ns.hr-xml.org/2007-04-15" targetNamespace="http://ns.hr-xml.org/2007-04-15" elementFormDefault="qualified" version="2007-04-15">
	<xsd:annotation>
		<xsd:documentation>
"Copyright  The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org"
Name: EPMResult.xsd
Status: Draft
Date this version: 2007-04-15
Author(s): Performance Management Work Group
Documentation: 

Terms of license can be found in license.txt.

		
		</xsd:documentation>
	</xsd:annotation>
	<xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="../../W3C/xml.xsd"/>
	<xsd:include schemaLocation="../PerformanceManagement/RaterPanelInfo.xsd"/>
	<xsd:include schemaLocation="../PerformanceManagement/EPMTypes.xsd"/>
	<xsd:element name="EPMDevelopmentPlan" type="EPMDevelopmentPlanType"/>
	<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>
</xsd:schema>
Collapse ComplexTypes:
Collapse Elements: