<xsd:complexType name="DevelopmentPlanType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
<ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Development Plan. Details</ccts:DictionaryEntryName>
<ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Supports the communication of a training or development plan. A common use might be the transfer of training or learning information from a performance management system to a learning management system. May include references to associated learning objects (courses, developmental tools, etc.) and objectives or achievement standards.</ccts:DefinitionText>
<ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Used in integration of such systems as compensation management, business performance management, employee performance management, and project management systems.</ccts:UsageRule>
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="DocumentIDGroup" minOccurs="0" />
<xsd:element ref="DocumentSequence" minOccurs="0" />
<xsd:element ref="Preparer" minOccurs="0" />
<xsd:element ref="PlanSubject" minOccurs="0" />
<xsd:element ref="PlanPeriod" minOccurs="0" />
<xsd:element ref="DevelopmentItem" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="languageCode" type="LanguageCodeContentType" use="optional" />
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|