123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: mdsrv
- (C) Copyright IBM Corp. 2008, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
-
- The Metadata Service implementation of lineageProps.xsd, listing the various types of objects and properties that will
- appear in the lineage response issued by the Metadata Service.
- -->
- <lineageProps xsi:noNamespaceSchemaLocation="lineageProps.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <source name="OM" description="Object Model">
- <propertyType description="A search path to the object in the Cognos Connection Content Store">objectId</propertyType>
- <propertyType description="The name of the object in the caller's content locale">objectName</propertyType>
- <propertyType description="The value of the defaultDescription property of the authored report object, in the caller's content locale">description</propertyType>
- <propertyType description="The value of the defaultScreenTip property of the authored report object, in the caller's content locale">screenTip</propertyType>
- <propertyType description="The value of the defaultName property of the object referenced by the contact property">contact</propertyType>
- <propertyType description="The value of the contactEMail property">contactEMail</propertyType>
- <propertyType description="The value of the defaultName property of the Account object referenced by the owner property">owner</propertyType>
- <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>
- <objectTypeSpecification>
- <objectType>baseReport</objectType>
- <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>
- </objectTypeSpecification>
- <objectTypeSpecification>
- <objectType>package</objectType>
- <propertyType description="Same is intrinsic type, but includes a localized value">objectType</propertyType>
- <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>
- </objectTypeSpecification>
- </source>
- <source name="AuthoredReportQuery" description="AuthoredReport Query Specification">
- <propertyType description="a V5-compliant reference to the object in the query specification of the containing authoredReport object">objectId</propertyType>
- <propertyType description="The name of the object in the caller's content locale">objectName</propertyType>
- <propertyType description="Same is intrinsic type, but includes a localized value">objectType</propertyType>
- <propertyType description="The description of the object in the caller's content locale.">description</propertyType>
- <propertyType description="The screenTip of the object in the caller's content locale.">screenTip</propertyType>
- <objectTypeSpecification>
- <objectType mfwType="querySubject">querySubject</objectType>
- <propertyType description="An enumeration whose value refers to the type of query, e.g. dbQuery, mdQuery, etc.">definitionType</propertyType>
- <propertyType description="The SQL that exists for the object">sql</propertyType>
- <propertyType description="An enumeration whose value is based on that of the tableType property in the Framework Manager Model schema specification">tableType</propertyType>
- <propertyType description="Value is based on that of the tableType property in the Framework Manager Model schema specification">canonicalName</propertyType>
- </objectTypeSpecification>
-
- <objectTypeSpecification>
- <objectType mfwType="querySubjectRefs">querySubjectRefs</objectType>
- <propertyType transformationPriority="1" description="A reference to a querySubject object">refobj</propertyType>
- <propertyType transformationPriority="2" description="A reference to a querySubject object">refobj</propertyType>
- </objectTypeSpecification>
- <objectTypeSpecification>
- <objectType mfwType="queryItem">dataItem</objectType>
- <propertyType transformationPriority="1" description="The object's expression">expression</propertyType>
- <propertyType transformationPriority="2" description="A reference to an item in the underlying data source">externalName</propertyType>
- </objectTypeSpecification>
- <objectTypeSpecification>
- <objectType mfwType="filterDefinition">detailFilter</objectType>
- <propertyType transformationPriority="1" description="The value of the source Framework Manager model object's expression property.">expression</propertyType>
- </objectTypeSpecification>
- <objectTypeSpecification>
- <objectType>summaryFilter</objectType>
- <propertyType transformationPriority="1" description="The value of the source Framework Manager model object's expression property." mfwType="filterExpression">filterExpression</propertyType>
- </objectTypeSpecification>
- <objectTypeSpecification>
- <objectType>slicerMemberSet</objectType>
- <propertyType transformationPriority="1" description="The value of the source Framework Manager model object's slicerMemberSet property." mfwType="slicerMemberSet">expression</propertyType>
- </objectTypeSpecification>
- </source>
- <source name="FM" description="Framework Manager Model Schema Specification">
- <propertyType description="a V5-compliant reference to the object in the query specification of the containing authoredReport object">objectId</propertyType>
- <propertyType description="The name of the object in the caller's content locale">objectName</propertyType>
- <propertyType description="Same is intrinsic type, but includes a localized value">objectType</propertyType>
- <objectTypeSpecification>
- <objectType>querySubject</objectType>
- <objectType>updateSubject</objectType>
- <propertyType description="The description of the object in the caller's content locale.">description</propertyType>
- <propertyType description="The screenTip of the object in the caller's content locale.">screenTip</propertyType>
- <propertyType description="An enumeration whose value refers to the source Framework Manager model object's definition type, e.g. dbQuery, mdQuery, etc.">definitionType</propertyType>
- <propertyType description="The value of the source Framework Manager model object's SQL property">sql</propertyType>
- <propertyType description="The value of the source Framework Manager model object's tableType enumeration property">tableType</propertyType>
- <propertyType description="The value of the source Framework Manager model object's canonicalName property">canonicalName</propertyType>
- </objectTypeSpecification>
-
- <objectTypeSpecification>
- <objectType mfwType="querySubjectRefs">querySubjectRefs</objectType>
- <propertyType transformationPriority="1" description="A reference to a querySubject object">refobj</propertyType>
- <propertyType transformationPriority="2" description="A reference to a querySubject object">refobj</propertyType>
- </objectTypeSpecification>
- <objectTypeSpecification>
- <objectType>dimension</objectType>
- <propertyType description="The description of the object in the caller's content locale.">description</propertyType>
- <propertyType description="The screenTip of the object in the caller's content locale.">screenTip</propertyType>
- <propertyType transformationPriority="1" description="The value of the source Framework Manager model object's externalName property">externalName</propertyType>
- <propertyType description="The value of the source Framework Manager dimension object's type enumeration property" mfwType="type">dimensionType</propertyType>
- <propertyType description="An enumeration whose value refers to the source Framework Moanager model object's definition type, e.g. dbQuery, mdQuery, etc.">definitionType</propertyType>
- <propertyType description="The value of the source Framework Manager model object's SQL property">sql</propertyType>
- <propertyType description="The value of the source Framework Manager model object's tableType enumeration property">tableType</propertyType>
- </objectTypeSpecification>
- <objectTypeSpecification>
- <objectType>queryItem</objectType>
- <objectType>measure</objectType>
- <propertyType description="The description of the object in the caller's content locale.">description</propertyType>
- <propertyType description="The screenTip of the object in the caller's content locale.">screenTip</propertyType>
- <propertyType transformationPriority="1" description="The value of the source Framework Manager model object's expression property.">expression</propertyType>
- <propertyType transformationPriority="2" description="The value of the source Framework Manager model object's externalName property">externalName</propertyType>
- <propertyType description="The value of the source Framework Manager model object's datatype enumeration property">datatype</propertyType>
- <propertyType description="The value of the source Framework Manager model object's precision property">precision</propertyType>
- <propertyType description="The value of the source Framework Manager model object's scale property">scale</propertyType>
- <propertyType description="The value of the source Framework Manager model object's size property">size</propertyType>
- <propertyType description="The value of the source Framework Manager model object's regularAggregate enumeration property">regularAggregate</propertyType>
- <propertyType description="The value of the source Framework Manager model object's semiAggregate enumeration property">semiAggregate</propertyType>
- </objectTypeSpecification>
- <objectTypeSpecification>
- <objectType>calculation</objectType>
- <propertyType description="The description of the object in the caller's content locale.">description</propertyType>
- <propertyType description="The screenTip of the object in the caller's content locale.">screenTip</propertyType>
- <propertyType transformationPriority="1" description="The value of the source Framework Manager model object's expression property.">expression</propertyType>
- <propertyType transformationPriority="2" description="The value of the source Framework Manager model object's externalName property">externalName</propertyType>
- <propertyType description="The value of the source Framework Manager model object's datatype enumeration property">datatype</propertyType>
- <propertyType description="The value of the source Framework Manager model object's precision property">precision</propertyType>
- <propertyType description="The value of the source Framework Manager model object's scale property">scale</propertyType>
- <propertyType description="The value of the source Framework Manager model object's size property">size</propertyType>
- <propertyType description="The value of the source Framework Manager model object's regularAggregate enumeration property">regularAggregate</propertyType>
- <propertyType description="The value of the source Framework Manager model object's semiAggregate enumeration property">semiAggregate</propertyType>
- <propertyType description="The value of the source Framework Manager model object's calcType property.">calcType</propertyType>
- </objectTypeSpecification>
- <objectTypeSpecification>
- <objectType>queryItemFolder</objectType>
- <objectType>folder</objectType>
- <objectType>namespace</objectType>
- <objectType>measureFolder</objectType>
- <objectType>hierarchyFolder</objectType>
- <propertyType description="The description of the object in the caller's content locale.">description</propertyType>
- <propertyType description="The screenTip of the object in the caller's content locale.">screenTip</propertyType>
- </objectTypeSpecification>
- <objectTypeSpecification>
- <objectType>hierarchy</objectType>
- <propertyType description="The description of the object in the caller's content locale.">description</propertyType>
- <propertyType description="The screenTip of the object in the caller's content locale.">screenTip</propertyType>
- <propertyType transformationPriority="1" description="The value of the source Framework Manager model object's externalName property">externalName</propertyType>
- </objectTypeSpecification>
- <objectTypeSpecification>
- <objectType>level</objectType>
- <propertyType description="The description of the object in the caller's content locale.">description</propertyType>
- <propertyType description="The screenTip of the object in the caller's content locale.">screenTip</propertyType>
- <propertyType transformationPriority="1" description="The value of the source Framework Manager model object's externalName property">externalName</propertyType>
- </objectTypeSpecification>
- <objectTypeSpecification>
- <objectType>function</objectType>
- <propertyType description="The description of the object in the caller's content locale.">description</propertyType>
- <propertyType description="The screenTip of the object in the caller's content locale.">screenTip</propertyType>
- <propertyType description="The value of the source Framework Manager model object's canonicalName property">canonicalName</propertyType>
- <propertyType description="The value of the source Framework Manager model object's syntaxTip property in the caller's content locale">syntaxTip</propertyType>
- </objectTypeSpecification>
- <objectTypeSpecification>
- <objectType>filter</objectType>
- <propertyType description="The description of the object in the caller's content locale.">description</propertyType>
- <propertyType description="The screenTip of the object in the caller's content locale.">screenTip</propertyType>
- <propertyType transformationPriority="1" description="The value of the source Framework Manager model object's expression property.">expression</propertyType>
- </objectTypeSpecification>
- <objectTypeSpecification>
- <objectType mfwType="filterDefinition">filterDefinition</objectType>
- <propertyType description="The value of the 'apply' property of the source Framework Manager 'filterDefinition'">apply</propertyType>
- <propertyType transformationPriority="1" description="The value of the source Framework Manager model object's expression property.">expression</propertyType>
- <propertyType transformationPriority="2" description="The value of the source Framework Manager model object's refobj property">refobj</propertyType>
- </objectTypeSpecification>
- <objectTypeSpecification>
- <objectType>dataSource</objectType>
- <propertyType description="The value of the source Framework Manager model object's cmDataSource property">cmDataSource</propertyType>
- <propertyType description="The value of the source Framework Manager model object's catalog property">catalog</propertyType>
- <propertyType description="The value of the source Framework Manager model object's schema property">schema</propertyType>
- <propertyType description="The value of the source Framework Manager model object's cube property">cube</propertyType>
- <propertyType description="The value of the source Framework Manager model object's source type custom property">sourceType</propertyType>
- <propertyType description="The value of the source Framework Manager model object's source path custom property">sourcePath</propertyType>
- </objectTypeSpecification>
- </source>
- </lineageProps>
|