<xs:attributeGroup name="NewOrderListAttributes">
<xs:attribute name="ID" type="ListID_t" use="required" />
<xs:attribute name="BidID" type="BidID_t" use="optional" />
<xs:attribute name="ClBidID" type="ClientBidID_t" use="optional" />
<xs:attribute name="ProgRptReqs" type="ProgRptReqs_t" use="optional" />
<xs:attribute name="BidTyp" type="BidType_t" use="required" />
<xs:attribute name="ProgPeriodIntvl" type="ProgPeriodInterval_t" use="optional" />
<xs:attribute name="CxllationRights" type="CancellationRights_t" use="optional" />
<xs:attribute name="MnyLaunderingStat" type="MoneyLaunderingStatus_t" use="optional" />
<xs:attribute name="RegistID" type="RegistID_t" use="optional" />
<xs:attribute name="ListExecInstTyp" type="ListExecInstType_t" use="optional" />
<xs:attribute name="ListExecInst" type="ListExecInst_t" use="optional" />
<xs:attribute name="EncListExecInstLen" type="EncodedListExecInstLen_t" use="optional" />
<xs:attribute name="EncListExecInst" type="EncodedListExecInst_t" use="optional" />
<xs:attribute name="AOSPct" type="AllowableOneSidednessPct_t" use="optional" />
<xs:attribute name="AOSValu" type="AllowableOneSidednessValue_t" use="optional" />
<xs:attribute name="AOSCurr" type="AllowableOneSidednessCurr_t" use="optional" />
<xs:attribute name="TotNoOrds" type="TotNoOrders_t" use="required" />
<xs:attribute name="LastFragment" type="LastFragment_t" use="optional" />
</xs:attributeGroup>
|