complexType  PaymentMethodType 
diagram
versionV3_1
namespacehttp://www.wipo.int/standards/XMLSchema/ST96/Common
childrencom: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>