<xsd:complexType name="PaymentPatternType">
<xsd:sequence>
<xsd:element name="Data" type="xsd:string">
<xsd:annotation>
<xsd:documentation>The date of the beginning of the data in the Credit Liability Payment Pattern Data.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="StartDate" type="FlexibleDatesType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The date of the beginning of the data in the Credit Liability Payment Pattern Data.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|