Definition Type: ComplexType
Name: AchievementType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: SharedStaffingModules.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into IssuingAuthority in schema sharedstaffingmodules_xsd Drilldown into Description in schema sharedstaffingmodules_xsd Drilldown into Date in schema sharedstaffingmodules_xsdXSD Diagram of AchievementType in schema sharedstaffingmodules_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="AchievementType">
    <xsd:sequence>
        <xsd:element name="Date" type="FlexibleDatesType" minOccurs="0" />
        <xsd:element name="Description" type="xsd:string" minOccurs="0" />
        <xsd:element name="IssuingAuthority" type="xsd:string" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Date hr:Date 0 (1)
Description hr:Description 0 (1)
IssuingAuthority hr:IssuingAuthority 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:Achievement