element {http://www.rixml.org/2005/3/RIXML}ProductFocus
Source
<xs:element name="ProductFocus">
<xs:annotation>
<xs:documentation>
Indicates the primary focus of the product. This tag is used in conjunction with the primaryIndicator fields in SectorIndustry, Discipline, Issuer, Region, Country, AssetClass, AssetType, SecurityType, Index to indicate the primary topic of the product.
EXAMPLE 1: a report that is an overview of French securities, with a few brief comments about the household durables and insurance industries would have
ProductFocus.focus = Country
ProductFocus.primaryIndicator = Yes
Context.Country.countryCode = FR
Context.Country.countryName = France
Context.Country.primaryIndicator = Yes
Because the product only briefly mentions the household durables and insurance industries, these would both have the Context.sectorIndustry.primaryIndicator set to No. If other countries are mentioned, these additional Context.Country.countryCodes can be listed, with the respective primaryIndicator set to No.
EXAMPLE 2: a company report on a bank that briefly discusses how changes in the banking industry may affect aspects of the real estate industry, would have
ProductFocus.focus = Issuer
ProductFocus.primaryIndicator = Yes
Context.SectorIndustry.sectorIndustryCode = 4010
Context. SectorIndustry.Name = Banks
Context. SectorIndustry.primaryIndicator = Yes
Context.SectorIndustry.sectorIndustryCode = 4040
Context. SectorIndustry.Name = Real Estate
Context. SectorIndustry.primaryIndicator = No.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="focus" type="rixmldt:FocusEnum" use="required">
<xs:annotation>
<xs:documentation>Focus indicates whether the product discusses any of certain attributes (such as SectorIndustry, Issuer, Country, etc.). A report primarily about one company would have a focus of Issuer, while a country overview would have a focus of Country.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="primaryIndicator" type="rixmldt:YesNoEnum" use="required">
<xs:annotation>
<xs:documentation>Used to indicate which of various focus attributes in the product is the primary topic of the product.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Documentation
Indicates the primary focus of the product. This tag is used in conjunction with the primaryIndicator fields in SectorIndustry, Discipline, Issuer, Region, Country, AssetClass, AssetType, SecurityType, Index to indicate the primary topic of the product.
EXAMPLE 1: a report that is an overview of French securities, with a few brief comments about the household durables and insurance industries would have
ProductFocus.focus = Country
ProductFocus.primaryIndicator = Yes
Context.Country.countryCode = FR
Context.Country.countryName = France
Context.Country.primaryIndicator = Yes
Because the product only briefly mentions the household durables and insurance industries, these would both have the Context.sectorIndustry.primaryIndicator set to No. If other countries are mentioned, these additional Context.Country.countryCodes can be listed, with the respective primaryIndicator set to No.
EXAMPLE 2: a company report on a bank that briefly discusses how changes in the banking industry may affect aspects of the real estate industry, would have
ProductFocus.focus = Issuer
ProductFocus.primaryIndicator = Yes
Context.SectorIndustry.sectorIndustryCode = 4010
Context. SectorIndustry.Name = Banks
Context. SectorIndustry.primaryIndicator = Yes
Context.SectorIndustry.sectorIndustryCode = 4040
Context. SectorIndustry.Name = Real Estate
Context. SectorIndustry.primaryIndicator = No.
Stylus Studio®, a product from DataDirect Technologies,
is a registered trademark of
Progress Software Corporation,
in the U.S. and other countries. © 2004-2006
All Rights Reserved.