<xs:element name="Research" type="ResearchType">
<xs:annotation>
<xs:documentation>Research is the root tag for bundling research products.</xs:documentation>
</xs:annotation>
<xs:key name="ResourceKeyID">
<xs:selector xpath="rixml:Product/rixml:Content/rixml:Resource" />
<xs:field xpath="@resourceID" />
</xs:key>
<xs:keyref name="ResourceKeyRef" refer="ResourceKeyID">
<xs:selector xpath="rixml:Product/rixml:Context/rixml:IssuerDetails/rixml:Issuer/rixml:ResourceLink" />
<xs:field xpath="@idRef" />
</xs:keyref>
</xs:element>
|