<xs:attributeGroup name="PositionReportAttributes">
<xs:attribute name="RptID" type="PosMaintRptID_t" use="required" />
<xs:attribute name="ReqID" type="PosReqID_t" use="optional" />
<xs:attribute name="ReqTyp" type="PosReqType_t" use="optional" />
<xs:attribute name="SubReqTyp" type="SubscriptionRequestType_t" use="optional" />
<xs:attribute name="TotRpts" type="TotalNumPosReports_t" use="optional" />
<xs:attribute name="Unsol" type="UnsolicitedIndicator_t" use="optional" />
<xs:attribute name="Rslt" type="PosReqResult_t" use="required" />
<xs:attribute name="BizDt" type="ClearingBusinessDate_t" use="required" />
<xs:attribute name="SetSesID" type="SettlSessID_t" use="optional" />
<xs:attribute name="SetSesSub" type="SettlSessSubID_t" use="optional" />
<xs:attribute name="Acct" type="Account_t" use="required" />
<xs:attribute name="AcctIDSrc" type="AcctIDSource_t" use="optional" />
<xs:attribute name="AcctTyp" type="AccountType_t" use="required" />
<xs:attribute name="Ccy" type="Currency_t" use="optional" />
<xs:attribute name="SetPx" type="SettlPrice_t" use="required" />
<xs:attribute name="SetPxTyp" type="SettlPriceType_t" use="required" />
<xs:attribute name="PriSetPx" type="PriorSettlPrice_t" use="required" />
<xs:attribute name="RegStat" type="RegistStatus_t" use="optional" />
<xs:attribute name="DlvDt" type="DeliveryDate_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:attributeGroup>
|