diagram | |||||
version | V3_0 | ||||
namespace | http://www.wipo.int/standards/XMLSchema/ST96/Common | ||||
children | com:CurrentAccount com:Card com:BankTransfer com:Cheque com:OtherPaymentMethod | ||||
used by |
| ||||
source | <xsd:complexType name="PaymentMethodType">
<xsd:choice> </xsd:complexType>
<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>
|