<xs:attributeGroup name="AssignmentReportAttributes">
<xs:attribute name="RptID" type="AsgnRptID_t" use="required" />
<xs:attribute name="TotNumAsgnRpts" type="TotNumAssignmentReports_t" use="optional" />
<xs:attribute name="LastRptReqed" type="LastRptRequested_t" use="optional" />
<xs:attribute name="Acct" type="Account_t" use="optional" />
<xs:attribute name="AcctTyp" type="AccountType_t" use="required" />
<xs:attribute name="Ccy" type="Currency_t" use="optional" />
<xs:attribute name="ThresholdAmt" type="ThresholdAmount_t" use="optional" />
<xs:attribute name="SetPx" type="SettlPrice_t" use="required" />
<xs:attribute name="SetPxTyp" type="SettlPriceType_t" use="required" />
<xs:attribute name="UndSetPx" type="UnderlyingSettlPrice_t" use="required" />
<xs:attribute name="ExpireDt" type="ExpireDate_t" use="optional" />
<xs:attribute name="AsgnMeth" type="AssignmentMethod_t" use="required" />
<xs:attribute name="Unit" type="AssignmentUnit_t" use="optional" />
<xs:attribute name="OpenInt" type="OpenInterest_t" use="required" />
<xs:attribute name="ExrMethod" type="ExerciseMethod_t" use="required" />
<xs:attribute name="SetSesID" type="SettlSessID_t" use="required" />
<xs:attribute name="SetSesSub" type="SettlSessSubID_t" use="required" />
<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>
|