implementation.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" ?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cpscrn
  5. (C) Copyright IBM Corp. 2005, 2011
  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. -->
  12. <implementation version="1.0" xmlns="http://developer.cognos.com/fragments/implementation/1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
  13. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://developer.cognos.com/fragments/implementation/1/ ../../schemas/implementation.xsd"
  14. xmlns:val="http://developer.cognos.com/schemas/validator/1/"
  15. xmlns:fragment="urn:cognos:fragments:validator"
  16. xmlns:frag="http://developer.cognos.com/fragments/1/">
  17. <info>
  18. <frag:title resourceName="IDS_PROP_DISPLAY_MESSAGE_TITLE">Unavailable</frag:title>
  19. </info>
  20. <meta>
  21. <frag:modes>view</frag:modes>
  22. <frag:modes>edit</frag:modes>
  23. <frag:customProperties name="message">
  24. <frag:label xml:lang="en">Message</frag:label>
  25. <frag:hint xml:lang="en"></frag:hint>
  26. <frag:datatype>text</frag:datatype>
  27. <frag:validate skipJavaScript="true">
  28. <val:name>message</val:name>
  29. <val:ruleRef id="fragment:localizedString"/>
  30. </frag:validate>
  31. </frag:customProperties>
  32. <frag:customProperties name="title">
  33. <frag:label xml:lang="en">Preferred Title</frag:label>
  34. <frag:hint xml:lang="en"></frag:hint>
  35. <frag:datatype>text</frag:datatype>
  36. <frag:validate>
  37. <val:name>title</val:name>
  38. <val:ruleRef id="fragment:localizedString"/>
  39. </frag:validate>
  40. </frag:customProperties>
  41. </meta>
  42. <message source="/messages/pfutilitiesmsgs.xml" />
  43. <render>
  44. <mode name="view">
  45. <transforms>
  46. <transform source="/displayMessage/view/view.xslt" />
  47. </transforms>
  48. </mode>
  49. </render>
  50. </implementation>