<xs:attributeGroup name="FinancingDetailsAttributes">
<xs:attribute name="AgmtDesc" type="AgreementDesc_t" use="optional" />
<xs:attribute name="AgmtID" type="AgreementID_t" use="optional" />
<xs:attribute name="AgmtDt" type="AgreementDate_t" use="optional" />
<xs:attribute name="AgmtCcy" type="AgreementCurrency_t" use="optional" />
<xs:attribute name="TrmTyp" type="TerminationType_t" use="optional" />
<xs:attribute name="StartDt" type="StartDate_t" use="optional" />
<xs:attribute name="EndDt" type="EndDate_t" use="optional" />
<xs:attribute name="DlvryTyp" type="DeliveryType_t" use="optional" />
<xs:attribute name="MgnRatio" type="MarginRatio_t" use="optional" />
</xs:attributeGroup>
|