<xs:attributeGroup name="ListStatusAttributes">
<xs:attribute name="ID" type="ListID_t" use="required" />
<xs:attribute name="ListStatTyp" type="ListStatusType_t" use="required" />
<xs:attribute name="NoRpts" type="NoRpts_t" use="required" />
<xs:attribute name="ListOrdStat" type="ListOrderStatus_t" use="required" />
<xs:attribute name="RptSeq" type="RptSeq_t" use="required" />
<xs:attribute name="ListStatText" type="ListStatusText_t" use="optional" />
<xs:attribute name="EncListStatTextLen" type="EncodedListStatusTextLen_t" use="optional" />
<xs:attribute name="EncListStatText" type="EncodedListStatusText_t" use="optional" />
<xs:attribute name="TxnTm" type="TransactTime_t" use="optional" />
<xs:attribute name="TotNoOrds" type="TotNoOrders_t" use="required" />
<xs:attribute name="LastFragment" type="LastFragment_t" use="optional" />
</xs:attributeGroup>
|