<xs:attributeGroup name="YieldDataAttributes">
<xs:attribute name="Typ" type="YieldType_t" use="optional" />
<xs:attribute name="Yld" type="Yield_t" use="optional" />
<xs:attribute name="CalcDt" type="YieldCalcDate_t" use="optional" />
<xs:attribute name="RedDt" type="YieldRedemptionDate_t" use="optional" />
<xs:attribute name="RedPx" type="YieldRedemptionPrice_t" use="optional" />
<xs:attribute name="RedPxTyp" type="YieldRedemptionPriceType_t" use="optional" />
</xs:attributeGroup>
|