<xs:attributeGroup name="IOIAttributes">
<xs:attribute name="ID" type="IOIID_t" use="required" />
<xs:attribute name="TransTyp" type="IOITransType_t" use="required" />
<xs:attribute name="RefID" type="IOIRefID_t" use="optional" />
<xs:attribute name="Side" type="Side_t" use="required" />
<xs:attribute name="QtyTyp" type="QtyType_t" use="optional" />
<xs:attribute name="Qty" type="IOIQty_t" use="required" />
<xs:attribute name="Ccy" type="Currency_t" use="optional" />
<xs:attribute name="PxTyp" type="PriceType_t" use="optional" />
<xs:attribute name="Px" type="Price_t" use="optional" />
<xs:attribute name="ValidUntilTm" type="ValidUntilTime_t" use="optional" />
<xs:attribute name="QltyInd" type="IOIQltyInd_t" use="optional" />
<xs:attribute name="NatFlag" type="IOINaturalFlag_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="TxnTm" type="TransactTime_t" use="optional" />
<xs:attribute name="URL" type="URLLink_t" use="optional" />
</xs:attributeGroup>
|