complexType AmountType
diagram
version 0.2
namespace https://www.wipo.int/standards/XMLSchema/Common/0
type extension of xsd:decimal
used by
element com:FeeAmount com:FeeUnitAmount com:TotalFeePayableAmount
attributes
Name Type Use Default Fixed annotation
currencyCode com:ISOCurrencyCodeType
source <xsd:complexType name="AmountType">
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute ref="com:currencyCode"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>