Definition Type: ComplexType
Name: AmountType
Namespace: http://ns.hr-xml.org/2007-04-15
Type: decimal:http://www.w3.org/2001/XMLSchema
Containing Schema: StockSaleConfirmation.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into currency in schema stocksaleconfirmation_xsdXSD Diagram of AmountType in schema stocksaleconfirmation_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="AmountType">
    <xsd:simpleContent>
        <xsd:extension base="xsd:decimal">
            <xsd:attribute name="currency" use="required" type="CurrencyCodeType" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
currency hr:currency Required
Collapse Derivation Tree:
Collapse References:
hr:SalesPricePerShare, hr:TaxAmounthr:TotalSalesValue,