<xs:attributeGroup name="actionAttributeGroup">
<xs:annotation>
<xs:documentation>AttributeGroup for rating, coverage and weighting actions</xs:documentation>
</xs:annotation>
<xs:attribute name="coverageAction" type="rixmldt:CoverageActionEnum" use="optional">
<xs:annotation>
<xs:documentation>Highlights an action taken by the publisher. Indicates that the publisher is changing the coverage status of a Security. Example: a publisher initiates coverage of Security ABC.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ratingAction" type="rixmldt:RatingActionEnum" use="optional">
<xs:annotation>
<xs:documentation>Highlights an action taken by the publisher. Indicates that the publisher is changing their rating on a Security. Example: a publisher downgrades Security ABC.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="weightingAttributeGroup" />
</xs:attributeGroup>
|