Definition Type: ComplexType
Name: ProjectWithPeriodType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: JPLocalizations.xsd
Abstract
Documentation:
This type holds information of a limited project. Project that are under 3year (limited to project for launch/transformation/expanding/dismemberment/scrapping of business)
Collapse XSD Schema Diagram:
Drilldown into ProjectPeriod in schema jplocalizations_xsd Drilldown into ProjectDetail in schema jplocalizations_xsdXSD Diagram of ProjectWithPeriodType in schema jplocalizations_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ProjectWithPeriodType">
    <xsd:annotation>
        <xsd:documentation>This type holds information of a limited project.  Project that are under 3year (limited to project for launch/transformation/expanding/dismemberment/scrapping of business)</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="ProjectDetail" type="xsd:string" />
        <xsd:element name="ProjectPeriod" type="xsd:string" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ProjectDetail hr:ProjectDetail (1) (1)
ProjectPeriod hr:ProjectPeriod (1) (1)
Collapse Derivation Tree:
Collapse References:
hr:ProjectWithPeriod