123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: fmmd
- (C) Copyright IBM Corp. 2003, 2013
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <!-- ===============================================================================
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!DO NOT ALTER THE IDs ASSIGNED TO THESE VARIABLES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- These variables map to FMMD resource IDs and are used by the external function GetLocalizedString. This
- allows us to add resource IDs here in order to get the localized version.
- =============================================================================== -->
- <xsl:variable name="CAPTION_dimensionUniqueName" select="'0'"/>
- <xsl:variable name="DESCRIPTION_dimensionUniqueName" select="'1'"/>
- <xsl:variable name="CAPTION_hierarchyUniqueName" select="'2'"/>
- <xsl:variable name="DESCRIPTION_hierarchyUniqueName" select="'3'"/>
- <xsl:variable name="CAPTION_levelLabel" select="'4'"/>
- <xsl:variable name="DESCRIPTION_levelLabel" select="'5'"/>
- <xsl:variable name="CAPTION_levelNumber" select="'6'"/>
- <xsl:variable name="DESCRIPTION_levelNumber" select="'7'"/>
- <xsl:variable name="CAPTION_levelUniqueName" select="'8'"/>
- <xsl:variable name="DESCRIPTION_levelUniqueName" select="'9'"/>
- <xsl:variable name="CAPTION_memberCaption" select="'10'"/>
- <xsl:variable name="DESCRIPTION_memberCaption" select="'11'"/>
- <xsl:variable name="CAPTION_memberDescription" select="'12'"/>
- <xsl:variable name="DESCRIPTION_memberDescription" select="'13'"/>
- <xsl:variable name="CAPTION_parentUniqueName" select="'14'"/>
- <xsl:variable name="DESCRIPTION_parentUniqueName" select="'15'"/>
- <xsl:variable name="CAPTION_memberUniqueName" select="'16'"/>
- <xsl:variable name="DESCRIPTION_memberUniqueName" select="'17'"/>
- <xsl:variable name="LEVEL_ALL" select="'18'"/>
- <xsl:variable name="MODELUPGRADE_WARN_DIMENSION_INFO" select="'19'"/>
- <xsl:variable name="MODELUPGRADE_WARN_MODEL_PORTABILITY" select="'20'"/>
- <xsl:variable name="MODELUPGRADE_WARN_SHORTCUT_PROCESSING" select="'21'"/>
- <xsl:variable name="MODELUPGRADE_ADDING_ROLE" select="'22'"/>
- <xsl:variable name="MODELUPGRADE_CREATED_OBJECT" select="'23'"/>
- <xsl:variable name="OBJECT_TYPE_NAMESPACE" select="'24'"/>
- <xsl:variable name="OBJECT_TYPE_DIMENSION" select="'25'"/>
- <xsl:variable name="OBJECT_TYPE_HIERARCHY" select="'26'"/>
- <xsl:variable name="OBJECT_TYPE_LEVEL" select="'27'"/>
- <xsl:variable name="OBJECT_TYPE_ATTRIBUTE" select="'28'"/>
- <xsl:variable name="OBJECT_TYPE_KEY" select="'29'"/>
- </xsl:stylesheet>
|