Definition Type: ComplexType
Name: DevelopmentPlanType
Namespace: http://www.hr-xml.org/3
Containing Schema: DevelopmentPlan.xsd
Abstract
Documentation:
Development Plan. Details 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. Used in integration of such systems as compensation management, business performance management, employee performance management, and project management systems.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into DevelopmentItem in schema components_xsd Drilldown into PlanPeriod in schema components_xsd Drilldown into PlanSubject in schema components_xsd Drilldown into Preparer in schema components_xsd Drilldown into DocumentSequence in schema fields_xsd Drilldown into AlternateDocumentID in schema fields_xsd Drilldown into DocumentID in schema fields_xsd Drilldown into DocumentIDGroup in schema components_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsd Drilldown into languageCode in schema developmentplan_xsdXSD Diagram of DevelopmentPlanType in schema developmentplan_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentID nsA:DocumentID (1) (1)
AlternateDocumentID nsA:AlternateDocumentID 0 unbounded
DocumentSequence nsA:DocumentSequence 0 (1)
Preparer nsA:Preparer 0 (1)
PlanSubject nsA:PlanSubject 0 (1)
PlanPeriod nsA:PlanPeriod 0 (1)
DevelopmentItem nsA:DevelopmentItem 0 unbounded
UserArea nsA:UserArea 0 (1)
<xs:group> nsA:DocumentIDGroup 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
languageCode nsA:languageCode Optional
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:DevelopmentPlan