<xsd:element name="PaymentStatus" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Comments reflecting the payment history of the account as of the balance date.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Description" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Comments reflecting the payment history of the account as of the balance date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Code" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Repository code identifying the payment history of the account as of the balance date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|