Definition Type: ComplexType
Name: CurrencyAmountType
Namespace: http://ns.hr-xml.org/2007-04-15
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: ScreeningTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into currency in schema screeningtypes_xsdXSD Diagram of CurrencyAmountType in schema screeningtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CurrencyAmountType">
    <xsd:simpleContent>
        <xsd:extension base="xsd:decimal">
            <xsd:attribute name="currency" type="CurrencyCodeType" use="required" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
currency hr:currency Required
Collapse Derivation Tree:
Collapse References:
hr:ActualPaymentAmount, hr:AdditionalCost, hr:Amount, hr:BalloonPaymentAmount, hr:BankruptcyAssetsAmount, hr:BankruptcyLiabilitiesAmount, hr:BaseCost, hr:ChargeOffAmount, hr:ClosedWithBalanceAmount, hr:CreditLimitAmount, hr:EstimatedPaymentAmount, hr:HighBalanceAmount, hr:HighCreditAmount, hr:InstallmentAmount, hr:LegalObligationAmount, hr:OriginalLoanAmount, hr:PastDueAmount, hr:RealEstateBalance, hr:RealEstatePaymentAmount, hr:RevolvingAmount, hr:ScheduledPaymentAmount, hr:TotalAmount, hr:TotalCosthr:UnpaidBalanceAmount,