Definition Type: Element
Name: CompensationAmount
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: HumanResource.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into amountPeriod in schema humanresource_xsd Drilldown into currency in schema humanresource_xsdXSD Diagram of CompensationAmount in schema humanresource_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="CompensationAmount">
    <xsd:complexType>
        <xsd:simpleContent>
            <xsd:extension base="xsd:string">
                <xsd:attribute name="currency" use="required">
                    <xsd:simpleType>
                        <xsd:restriction base="xsd:string">
                            <xsd:pattern value="[A-Z][A-Z][A-Z]" />
                        </xsd:restriction>
                    </xsd:simpleType>
                </xsd:attribute>
                <xsd:attribute name="amountPeriod" type="AmountPeriodType" use="optional" />
            </xsd:extension>
        </xsd:simpleContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
currency hr:currency Required
amountPeriod hr:amountPeriod Optional