<xs:attributeGroup name="AllocationInstructionAttributes">
<xs:attribute name="ID" type="AllocID_t" use="required" />
<xs:attribute name="TransTyp" type="AllocTransType_t" use="required" />
<xs:attribute name="Typ" type="AllocType_t" use="required" />
<xs:attribute name="ID2" type="SecondaryAllocID_t" use="optional" />
<xs:attribute name="RefID" type="RefAllocID_t" use="optional" />
<xs:attribute name="CxlRplcRsn" type="AllocCancReplaceReason_t" use="optional" />
<xs:attribute name="ImReqTyp" type="AllocIntermedReqType_t" use="optional" />
<xs:attribute name="LinkID" type="AllocLinkID_t" use="optional" />
<xs:attribute name="LinkTyp" type="AllocLinkType_t" use="optional" />
<xs:attribute name="BkngRefID" type="BookingRefID_t" use="optional" />
<xs:attribute name="NoOrdsTyp" type="AllocNoOrdersType_t" use="required" />
<xs:attribute name="PrevlyRpted" type="PreviouslyReported_t" use="optional" />
<xs:attribute name="ReversalInd" type="ReversalIndicator_t" use="optional" />
<xs:attribute name="MtchTyp" type="MatchType_t" use="optional" />
<xs:attribute name="Side" type="Side_t" use="required" />
<xs:attribute name="Qty" type="Quantity_t" use="required" />
<xs:attribute name="QtyTyp" type="QtyType_t" use="optional" />
<xs:attribute name="LastMkt" type="LastMkt_t" use="optional" />
<xs:attribute name="OrignDt" type="TradeOriginationDate_t" use="optional" />
<xs:attribute name="SesID" type="TradingSessionID_t" use="optional" />
<xs:attribute name="SesSub" type="TradingSessionSubID_t" use="optional" />
<xs:attribute name="PxTyp" type="PriceType_t" use="optional" />
<xs:attribute name="AvgPx" type="AvgPx_t" use="required" />
<xs:attribute name="AvgParPx" type="AvgParPx_t" use="optional" />
<xs:attribute name="Ccy" type="Currency_t" use="optional" />
<xs:attribute name="AvgPxPrcsn" type="AvgPxPrecision_t" use="optional" />
<xs:attribute name="TrdDt" type="TradeDate_t" use="required" />
<xs:attribute name="TxnTm" type="TransactTime_t" use="optional" />
<xs:attribute name="SettlTyp" type="SettlType_t" use="optional" />
<xs:attribute name="SettlDt" type="SettlDate_t" use="optional" />
<xs:attribute name="BkngTyp" type="BookingType_t" use="optional" />
<xs:attribute name="GrossTrdAmt" type="GrossTradeAmt_t" use="optional" />
<xs:attribute name="Concession" type="Concession_t" use="optional" />
<xs:attribute name="TotTakedown" type="TotalTakedown_t" use="optional" />
<xs:attribute name="NetMny" type="NetMoney_t" use="optional" />
<xs:attribute name="PosEfct" type="PositionEffect_t" use="optional" />
<xs:attribute name="AutoAcceptInd" type="AutoAcceptIndicator_t" use="optional" />
<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:attribute name="NumDaysInt" type="NumDaysInterest_t" use="optional" />
<xs:attribute name="AcrdIntRt" type="AccruedInterestRate_t" use="optional" />
<xs:attribute name="AcrdIntAmt" type="AccruedInterestAmt_t" use="optional" />
<xs:attribute name="TotAcrdIntAmt" type="TotalAccruedInterestAmt_t" use="optional" />
<xs:attribute name="IntAtMat" type="InterestAtMaturity_t" use="optional" />
<xs:attribute name="EndAcrdIntAmt" type="EndAccruedInterestAmt_t" use="optional" />
<xs:attribute name="StartCsh" type="StartCash_t" use="optional" />
<xs:attribute name="EndCsh" type="EndCash_t" use="optional" />
<xs:attribute name="LegalCnfm" type="LegalConfirm_t" use="optional" />
<xs:attribute name="TotNoAllocs" type="TotNoAllocs_t" use="optional" />
<xs:attribute name="LastFragment" type="LastFragment_t" use="optional" />
</xs:attributeGroup>
|