complexType AmountType
diagram
version 1.0
namespace https://www.wipo.int/standards/XMLSchema/Common/1
type extension of xsd:decimal
used by
element com:BasicFeeAmount com:FeePayableTotalAmount com:FeeUnitAmount
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>