Definition Type: Element
Name: OtherCompensation
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: EmploymentHistory.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into validTo in schema employmenthistory_xsd Drilldown into validFrom in schema employmenthistory_xsd Drilldown into type in schema employmenthistory_xsdXSD Diagram of OtherCompensation in schema employmenthistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="OtherCompensation" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:string">
                <xsd:attribute name="type" type="xsd:string" />
                <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
type hr:type (Optional)
validFrom hr:validFrom (Optional)
validTo hr:validTo (Optional)