complexType PaymentType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
children com:PaymentIdentifier com:PaymentReference com:PaymentModeCategory com:PaymentMethod com:PayerName com:PaymentStatusCategory com:PaymentDate com:PaymentFeeBag com:FeePayableTotalAmount com:FeePaidTotalAmount com:CommentText
used by
element com:Payment
source <xsd:complexType name="PaymentType">
<xsd:sequence>
<xsd:element ref="com:PaymentIdentifier" minOccurs="0">
</xsd:element>
<xsd:element ref="com:PaymentReference" minOccurs="0">
</xsd:element>
<xsd:element ref="com:PaymentModeCategory" minOccurs="0">
</xsd:element>
<xsd:element ref="com:PaymentMethod" minOccurs="0">
</xsd:element>
<xsd:element ref="com:PayerName" minOccurs="0">
</xsd:element>
<xsd:element ref="com:PaymentStatusCategory" minOccurs="0">
</xsd:element>
<xsd:element ref="com:PaymentDate" minOccurs="0">
</xsd:element>
<xsd:element ref="com:PaymentFeeBag" minOccurs="0">
</xsd:element>
<xsd:element ref="com:FeePayableTotalAmount">
</xsd:element>
<xsd:element ref="com:FeePaidTotalAmount" minOccurs="0">
</xsd:element>
<xsd:element ref="com:CommentText" minOccurs="0">
</xsd:element>
</xsd:sequence>
</xsd:complexType>