<xs:attributeGroup name="DiscretionInstructionsAttributes">
<xs:attribute name="DsctnInst" type="DiscretionInst_t" use="optional" />
<xs:attribute name="OfstValu" type="DiscretionOffsetValue_t" use="optional" />
<xs:attribute name="MoveTyp" type="DiscretionMoveType_t" use="optional" />
<xs:attribute name="OfstTyp" type="DiscretionOffsetType_t" use="optional" />
<xs:attribute name="LimitTyp" type="DiscretionLimitType_t" use="optional" />
<xs:attribute name="RndDir" type="DiscretionRoundDirection_t" use="optional" />
<xs:attribute name="Scope" type="DiscretionScope_t" use="optional" />
</xs:attributeGroup>
|