Definition Type: ComplexType
Name: PositionCompensationType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EmploymentHistory.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into OtherCompensation in schema employmenthistory_xsd Drilldown into Comments in schema employmenthistory_xsd Drilldown into EndingCompensation in schema employmenthistory_xsd Drilldown into StartingCompensation in schema employmenthistory_xsdXSD Diagram of PositionCompensationType in schema employmenthistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="PositionCompensationType">
    <xsd:sequence>
        <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>
        <xsd:element name="EndingCompensation" 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>
        <xsd:element name="Comments" type="xsd:string" minOccurs="0" />
        <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>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StartingCompensation hr:StartingCompensation 0 (1)
EndingCompensation hr:EndingCompensation 0 (1)
Comments hr:Comments 0 (1)
OtherCompensation hr:OtherCompensation 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:Compensation, hr:Compensation, hr:Compensation