Definition Type: ComplexType
Name: DevelopmentItemType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into ResultAgainstMetric in schema components_xsd Drilldown into Metric in schema components_xsd Drilldown into TimePeriod in schema components_xsd1 Drilldown into DevelopmentItemStatusCode in schema fields_xsd Drilldown into LearningObjectReference in schema components_xsd Drilldown into Description in schema fields_xsd1 Drilldown into Name in schema fields_xsd1 Drilldown into ID in schema fields_xsdXSD Diagram of DevelopmentItemType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="DevelopmentItemType">
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" />
        <xsd:element ref="oa:Name" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>The label or title given to a instruction or requirement for training or development.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="LearningObjectReference" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="DevelopmentItemStatusCode" minOccurs="0" />
        <xsd:element ref="oa:TimePeriod" minOccurs="0" />
        <xsd:element ref="Metric" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ResultAgainstMetric" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
Name oa:Name 0 (1)
Description oa:Description 0 unbounded
LearningObjectReference nsA:LearningObjectReference 0 unbounded
DevelopmentItemStatusCode nsA:DevelopmentItemStatusCode 0 (1)
TimePeriod oa:TimePeriod 0 (1)
Metric nsA:Metric 0 unbounded
ResultAgainstMetric nsA:ResultAgainstMetric 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:DevelopmentItem