Definition Type: Element
Name: StartingCompensation
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: EmploymentHistory.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into validTo in schema employmenthistory_xsd Drilldown into validFrom in schema employmenthistory_xsd Drilldown into intervalType in schema employmenthistory_xsd Drilldown into currency in schema employmenthistory_xsdXSD Diagram of StartingCompensation in schema employmenthistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="StartingCompensation" minOccurs="0">
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:string">
                <xsd:attribute name="currency" type="CurrencyCodeType" use="required" />
                <xsd:attribute name="intervalType" type="IntervalTypeStringExtensionType" />
                <xsd:attribute name="validFrom" type="AnyDateTimeNaType" />
                <xsd:attribute name="validTo" type="AnyDateTimeNaType" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
currency hr:currency Required
intervalType hr:intervalType (Optional)
validFrom hr:validFrom (Optional)
validTo hr:validTo (Optional)