Definition Type: ComplexType
Name: EPMDevelopmentPlanItemType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EPMTypes.xsd
Abstract
Documentation:
A structure for a development goal or item included within a development plan.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into Comments in schema epmtypes_xsd Drilldown into DevelopmentItemMetric in schema epmtypes_xsd Drilldown into TargetDate in schema epmtypes_xsd Drilldown into DevelopmentItemStatusDate in schema epmtypes_xsd Drilldown into DevelopmentItemStatus in schema epmtypes_xsd Drilldown into LearningObjectReference in schema epmtypes_xsd Drilldown into DevelopmentItemDescription in schema epmtypes_xsd Drilldown into DevelopmentItemName in schema epmtypes_xsd Drilldown into DevelopmentItemId in schema epmtypes_xsdXSD Diagram of EPMDevelopmentPlanItemType in schema epmtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EPMDevelopmentPlanItemType">
    <xsd:annotation>
        <xsd:documentation>A structure for a development goal or item included within a development plan.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="DevelopmentItemId" type="EntityIdType" minOccurs="0" />
        <xsd:element name="DevelopmentItemName" type="xsd:string" minOccurs="0" />
        <xsd:element name="DevelopmentItemDescription" type="xsd:string" minOccurs="0" />
        <xsd:element name="LearningObjectReference" type="LearningObjectReferenceType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="DevelopmentItemStatus" type="EPMStatusType" minOccurs="0" />
        <xsd:element name="DevelopmentItemStatusDate" type="xsd:date" minOccurs="0" />
        <xsd:element name="TargetDate" type="xsd:date" minOccurs="0" />
        <xsd:element name="DevelopmentItemMetric" type="EPMMetricType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Comments" type="EPMCommentsType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DevelopmentItemId hr:DevelopmentItemId 0 (1)
DevelopmentItemName hr:DevelopmentItemName 0 (1)
DevelopmentItemDescription hr:DevelopmentItemDescription 0 (1)
LearningObjectReference hr:LearningObjectReference 0 unbounded
DevelopmentItemStatus hr:DevelopmentItemStatus 0 (1)
DevelopmentItemStatusDate hr:DevelopmentItemStatusDate 0 (1)
TargetDate hr:TargetDate 0 (1)
DevelopmentItemMetric hr:DevelopmentItemMetric 0 unbounded
Comments hr:Comments 0 unbounded
UserArea hr:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:DevelopmentItem, hr:DevelopmentItem