<xs:attributeGroup name="ContraryIntentionReportAttributes">
<xs:attribute name="RptID" type="ContIntRptID_t" use="required" />
<xs:attribute name="TxnTm" type="TransactTime_t" use="optional" />
<xs:attribute name="LateInd" type="LateIndicator_t" use="optional" />
<xs:attribute name="InptSrc" type="InputSource_t" use="optional" />
<xs:attribute name="BizDt" type="ClearingBusinessDate_t" use="required" />
<xs:attribute name="Txt" type="Text_t" use="optional" />
<xs:attribute name="EncTxtLen" type="EncodedTextLen_t" use="optional" />
<xs:attribute name="EncTxt" type="EncodedText_t" use="optional" />
</xs:attributeGroup>
|