mdsrvLineageProps.xml 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: mdsrv
  5. (C) Copyright IBM Corp. 2008, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--
  9. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. The Metadata Service implementation of lineageProps.xsd, listing the various types of objects and properties that will
  12. appear in the lineage response issued by the Metadata Service.
  13. -->
  14. <lineageProps xsi:noNamespaceSchemaLocation="lineageProps.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  15. <source name="OM" description="Object Model">
  16. <propertyType description="A search path to the object in the Cognos Connection Content Store">objectId</propertyType>
  17. <propertyType description="The name of the object in the caller's content locale">objectName</propertyType>
  18. <propertyType description="The value of the defaultDescription property of the authored report object, in the caller's content locale">description</propertyType>
  19. <propertyType description="The value of the defaultScreenTip property of the authored report object, in the caller's content locale">screenTip</propertyType>
  20. <propertyType description="The value of the defaultName property of the object referenced by the contact property">contact</propertyType>
  21. <propertyType description="The value of the contactEMail property">contactEMail</propertyType>
  22. <propertyType description="The value of the defaultName property of the Account object referenced by the owner property">owner</propertyType>
  23. <propertyType description="The version of the report that pertains to the request. If a report or reportView was specified in the request, then it will be that of the last report version.">version</propertyType>
  24. <objectTypeSpecification>
  25. <objectType>baseReport</objectType>
  26. <propertyType description="The concrete type of the baseReport object. If the object is a reportView, then it is the type of the authoredReport object (report / query / analysis) being referenced.">objectType</propertyType>
  27. </objectTypeSpecification>
  28. <objectTypeSpecification>
  29. <objectType>package</objectType>
  30. <propertyType description="Same is intrinsic type, but includes a localized value">objectType</propertyType>
  31. <propertyType description="The version number of the particular Model object that pertains to the request. If a package was specified in the request, then it will be that of the last model version.">version</propertyType>
  32. </objectTypeSpecification>
  33. </source>
  34. <source name="AuthoredReportQuery" description="AuthoredReport Query Specification">
  35. <propertyType description="a V5-compliant reference to the object in the query specification of the containing authoredReport object">objectId</propertyType>
  36. <propertyType description="The name of the object in the caller's content locale">objectName</propertyType>
  37. <propertyType description="Same is intrinsic type, but includes a localized value">objectType</propertyType>
  38. <propertyType description="The description of the object in the caller's content locale.">description</propertyType>
  39. <propertyType description="The screenTip of the object in the caller's content locale.">screenTip</propertyType>
  40. <objectTypeSpecification>
  41. <objectType mfwType="querySubject">querySubject</objectType>
  42. <propertyType description="An enumeration whose value refers to the type of query, e.g. dbQuery, mdQuery, etc.">definitionType</propertyType>
  43. <propertyType description="The SQL that exists for the object">sql</propertyType>
  44. <propertyType description="An enumeration whose value is based on that of the tableType property in the Framework Manager Model schema specification">tableType</propertyType>
  45. <propertyType description="Value is based on that of the tableType property in the Framework Manager Model schema specification">canonicalName</propertyType>
  46. </objectTypeSpecification>
  47. <objectTypeSpecification>
  48. <objectType mfwType="querySubjectRefs">querySubjectRefs</objectType>
  49. <propertyType transformationPriority="1" description="A reference to a querySubject object">refobj</propertyType>
  50. <propertyType transformationPriority="2" description="A reference to a querySubject object">refobj</propertyType>
  51. </objectTypeSpecification>
  52. <objectTypeSpecification>
  53. <objectType mfwType="queryItem">dataItem</objectType>
  54. <propertyType transformationPriority="1" description="The object's expression">expression</propertyType>
  55. <propertyType transformationPriority="2" description="A reference to an item in the underlying data source">externalName</propertyType>
  56. </objectTypeSpecification>
  57. <objectTypeSpecification>
  58. <objectType mfwType="filterDefinition">detailFilter</objectType>
  59. <propertyType transformationPriority="1" description="The value of the source Framework Manager model object's expression property.">expression</propertyType>
  60. </objectTypeSpecification>
  61. <objectTypeSpecification>
  62. <objectType>summaryFilter</objectType>
  63. <propertyType transformationPriority="1" description="The value of the source Framework Manager model object's expression property." mfwType="filterExpression">filterExpression</propertyType>
  64. </objectTypeSpecification>
  65. <objectTypeSpecification>
  66. <objectType>slicerMemberSet</objectType>
  67. <propertyType transformationPriority="1" description="The value of the source Framework Manager model object's slicerMemberSet property." mfwType="slicerMemberSet">expression</propertyType>
  68. </objectTypeSpecification>
  69. </source>
  70. <source name="FM" description="Framework Manager Model Schema Specification">
  71. <propertyType description="a V5-compliant reference to the object in the query specification of the containing authoredReport object">objectId</propertyType>
  72. <propertyType description="The name of the object in the caller's content locale">objectName</propertyType>
  73. <propertyType description="Same is intrinsic type, but includes a localized value">objectType</propertyType>
  74. <objectTypeSpecification>
  75. <objectType>querySubject</objectType>
  76. <objectType>updateSubject</objectType>
  77. <propertyType description="The description of the object in the caller's content locale.">description</propertyType>
  78. <propertyType description="The screenTip of the object in the caller's content locale.">screenTip</propertyType>
  79. <propertyType description="An enumeration whose value refers to the source Framework Manager model object's definition type, e.g. dbQuery, mdQuery, etc.">definitionType</propertyType>
  80. <propertyType description="The value of the source Framework Manager model object's SQL property">sql</propertyType>
  81. <propertyType description="The value of the source Framework Manager model object's tableType enumeration property">tableType</propertyType>
  82. <propertyType description="The value of the source Framework Manager model object's canonicalName property">canonicalName</propertyType>
  83. </objectTypeSpecification>
  84. <objectTypeSpecification>
  85. <objectType mfwType="querySubjectRefs">querySubjectRefs</objectType>
  86. <propertyType transformationPriority="1" description="A reference to a querySubject object">refobj</propertyType>
  87. <propertyType transformationPriority="2" description="A reference to a querySubject object">refobj</propertyType>
  88. </objectTypeSpecification>
  89. <objectTypeSpecification>
  90. <objectType>dimension</objectType>
  91. <propertyType description="The description of the object in the caller's content locale.">description</propertyType>
  92. <propertyType description="The screenTip of the object in the caller's content locale.">screenTip</propertyType>
  93. <propertyType transformationPriority="1" description="The value of the source Framework Manager model object's externalName property">externalName</propertyType>
  94. <propertyType description="The value of the source Framework Manager dimension object's type enumeration property" mfwType="type">dimensionType</propertyType>
  95. <propertyType description="An enumeration whose value refers to the source Framework Moanager model object's definition type, e.g. dbQuery, mdQuery, etc.">definitionType</propertyType>
  96. <propertyType description="The value of the source Framework Manager model object's SQL property">sql</propertyType>
  97. <propertyType description="The value of the source Framework Manager model object's tableType enumeration property">tableType</propertyType>
  98. </objectTypeSpecification>
  99. <objectTypeSpecification>
  100. <objectType>queryItem</objectType>
  101. <objectType>measure</objectType>
  102. <propertyType description="The description of the object in the caller's content locale.">description</propertyType>
  103. <propertyType description="The screenTip of the object in the caller's content locale.">screenTip</propertyType>
  104. <propertyType transformationPriority="1" description="The value of the source Framework Manager model object's expression property.">expression</propertyType>
  105. <propertyType transformationPriority="2" description="The value of the source Framework Manager model object's externalName property">externalName</propertyType>
  106. <propertyType description="The value of the source Framework Manager model object's datatype enumeration property">datatype</propertyType>
  107. <propertyType description="The value of the source Framework Manager model object's precision property">precision</propertyType>
  108. <propertyType description="The value of the source Framework Manager model object's scale property">scale</propertyType>
  109. <propertyType description="The value of the source Framework Manager model object's size property">size</propertyType>
  110. <propertyType description="The value of the source Framework Manager model object's regularAggregate enumeration property">regularAggregate</propertyType>
  111. <propertyType description="The value of the source Framework Manager model object's semiAggregate enumeration property">semiAggregate</propertyType>
  112. </objectTypeSpecification>
  113. <objectTypeSpecification>
  114. <objectType>calculation</objectType>
  115. <propertyType description="The description of the object in the caller's content locale.">description</propertyType>
  116. <propertyType description="The screenTip of the object in the caller's content locale.">screenTip</propertyType>
  117. <propertyType transformationPriority="1" description="The value of the source Framework Manager model object's expression property.">expression</propertyType>
  118. <propertyType transformationPriority="2" description="The value of the source Framework Manager model object's externalName property">externalName</propertyType>
  119. <propertyType description="The value of the source Framework Manager model object's datatype enumeration property">datatype</propertyType>
  120. <propertyType description="The value of the source Framework Manager model object's precision property">precision</propertyType>
  121. <propertyType description="The value of the source Framework Manager model object's scale property">scale</propertyType>
  122. <propertyType description="The value of the source Framework Manager model object's size property">size</propertyType>
  123. <propertyType description="The value of the source Framework Manager model object's regularAggregate enumeration property">regularAggregate</propertyType>
  124. <propertyType description="The value of the source Framework Manager model object's semiAggregate enumeration property">semiAggregate</propertyType>
  125. <propertyType description="The value of the source Framework Manager model object's calcType property.">calcType</propertyType>
  126. </objectTypeSpecification>
  127. <objectTypeSpecification>
  128. <objectType>queryItemFolder</objectType>
  129. <objectType>folder</objectType>
  130. <objectType>namespace</objectType>
  131. <objectType>measureFolder</objectType>
  132. <objectType>hierarchyFolder</objectType>
  133. <propertyType description="The description of the object in the caller's content locale.">description</propertyType>
  134. <propertyType description="The screenTip of the object in the caller's content locale.">screenTip</propertyType>
  135. </objectTypeSpecification>
  136. <objectTypeSpecification>
  137. <objectType>hierarchy</objectType>
  138. <propertyType description="The description of the object in the caller's content locale.">description</propertyType>
  139. <propertyType description="The screenTip of the object in the caller's content locale.">screenTip</propertyType>
  140. <propertyType transformationPriority="1" description="The value of the source Framework Manager model object's externalName property">externalName</propertyType>
  141. </objectTypeSpecification>
  142. <objectTypeSpecification>
  143. <objectType>level</objectType>
  144. <propertyType description="The description of the object in the caller's content locale.">description</propertyType>
  145. <propertyType description="The screenTip of the object in the caller's content locale.">screenTip</propertyType>
  146. <propertyType transformationPriority="1" description="The value of the source Framework Manager model object's externalName property">externalName</propertyType>
  147. </objectTypeSpecification>
  148. <objectTypeSpecification>
  149. <objectType>function</objectType>
  150. <propertyType description="The description of the object in the caller's content locale.">description</propertyType>
  151. <propertyType description="The screenTip of the object in the caller's content locale.">screenTip</propertyType>
  152. <propertyType description="The value of the source Framework Manager model object's canonicalName property">canonicalName</propertyType>
  153. <propertyType description="The value of the source Framework Manager model object's syntaxTip property in the caller's content locale">syntaxTip</propertyType>
  154. </objectTypeSpecification>
  155. <objectTypeSpecification>
  156. <objectType>filter</objectType>
  157. <propertyType description="The description of the object in the caller's content locale.">description</propertyType>
  158. <propertyType description="The screenTip of the object in the caller's content locale.">screenTip</propertyType>
  159. <propertyType transformationPriority="1" description="The value of the source Framework Manager model object's expression property.">expression</propertyType>
  160. </objectTypeSpecification>
  161. <objectTypeSpecification>
  162. <objectType mfwType="filterDefinition">filterDefinition</objectType>
  163. <propertyType description="The value of the 'apply' property of the source Framework Manager 'filterDefinition'">apply</propertyType>
  164. <propertyType transformationPriority="1" description="The value of the source Framework Manager model object's expression property.">expression</propertyType>
  165. <propertyType transformationPriority="2" description="The value of the source Framework Manager model object's refobj property">refobj</propertyType>
  166. </objectTypeSpecification>
  167. <objectTypeSpecification>
  168. <objectType>dataSource</objectType>
  169. <propertyType description="The value of the source Framework Manager model object's cmDataSource property">cmDataSource</propertyType>
  170. <propertyType description="The value of the source Framework Manager model object's catalog property">catalog</propertyType>
  171. <propertyType description="The value of the source Framework Manager model object's schema property">schema</propertyType>
  172. <propertyType description="The value of the source Framework Manager model object's cube property">cube</propertyType>
  173. <propertyType description="The value of the source Framework Manager model object's source type custom property">sourceType</propertyType>
  174. <propertyType description="The value of the source Framework Manager model object's source path custom property">sourcePath</propertyType>
  175. </objectTypeSpecification>
  176. </source>
  177. </lineageProps>