complexType AmountType
diagram
version V7_0
namespace http://www.wipo.int/standards/XMLSchema/ST96/Common
type extension of xsd:decimal
used by
element com:BasicFeeAmount com:FeePaidTotalAmount com:FeePayableTotalAmount com:FeeUnitAmount pat:OpinionReviewFeeAmount
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:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>