complexType AmountType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
type extension of xsd:decimal
used by
element com:BasicFeeAmount com:FeePaidTotalAmount com:FeePayableTotalAmount com:FeeUnitAmount
attributes
Name Type Use Default Fixed annotation
com:currencyCode com:ExtendedISOCurrencyCodeType
source <xsd:complexType name="AmountType">
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute ref="com:currencyCode"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>