complexType ReimbursementType
diagram
version V2_1
namespace https://www.wipo.int/standards/XMLSchema/ST96/Common
children com:ReimbursementIdentifier com:ReimbursementReference com:PayeeName com:ReimbursementStatusCategory com:CommentText com:ReimbursementDate com:ReimbursementModeCategory com:ReimbursementFeeBag
used by
element com:Reimbursement
source <xsd:complexType name="ReimbursementType">
<xsd:sequence>
<xsd:element ref="com:ReimbursementIdentifier" minOccurs="0">
</xsd:element>
<xsd:element ref="com:ReimbursementReference" minOccurs="0">
</xsd:element>
<xsd:element ref="com:PayeeName">
</xsd:element>
<xsd:element ref="com:ReimbursementStatusCategory" minOccurs="0">
</xsd:element>
<xsd:element ref="com:CommentText" minOccurs="0">
</xsd:element>
<xsd:element ref="com:ReimbursementDate" minOccurs="0">
</xsd:element>
<xsd:element ref="com:ReimbursementModeCategory" minOccurs="0">
</xsd:element>
<xsd:element ref="com:ReimbursementFeeBag" minOccurs="0">
</xsd:element>
</xsd:sequence>
</xsd:complexType>