complexType PaymentMethodType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
children com:CurrentAccount com:Card com:BankTransfer com:Cheque com:OtherPaymentMethod
used by
element com:PaymentMethod
source <xsd:complexType name="PaymentMethodType">
<xsd:choice>
<xsd:element ref="com:CurrentAccount">
</xsd:element>
<xsd:element ref="com:Card">
</xsd:element>
<xsd:element ref="com:BankTransfer">
</xsd:element>
<xsd:element ref="com:Cheque">
</xsd:element>
<xsd:element ref="com:OtherPaymentMethod">
</xsd:element>
</xsd:choice>
</xsd:complexType>