123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?xml version="1.0" ?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cpscrn
- (C) Copyright IBM Corp. 2005, 2011
- 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).
- -->
- <implementation version="1.0" xmlns="http://developer.cognos.com/fragments/implementation/1/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://developer.cognos.com/fragments/implementation/1/ ../../schemas/implementation.xsd"
- xmlns:val="http://developer.cognos.com/schemas/validator/1/"
- xmlns:fragment="urn:cognos:fragments:validator"
- xmlns:frag="http://developer.cognos.com/fragments/1/">
- <info>
- <frag:title resourceName="IDS_PROP_DISPLAY_MESSAGE_TITLE">Unavailable</frag:title>
- </info>
- <meta>
- <frag:modes>view</frag:modes>
- <frag:modes>edit</frag:modes>
- <frag:customProperties name="message">
- <frag:label xml:lang="en">Message</frag:label>
- <frag:hint xml:lang="en"></frag:hint>
- <frag:datatype>text</frag:datatype>
- <frag:validate skipJavaScript="true">
- <val:name>message</val:name>
- <val:ruleRef id="fragment:localizedString"/>
- </frag:validate>
- </frag:customProperties>
- <frag:customProperties name="title">
- <frag:label xml:lang="en">Preferred Title</frag:label>
- <frag:hint xml:lang="en"></frag:hint>
- <frag:datatype>text</frag:datatype>
- <frag:validate>
- <val:name>title</val:name>
- <val:ruleRef id="fragment:localizedString"/>
- </frag:validate>
- </frag:customProperties>
- </meta>
- <message source="/messages/pfutilitiesmsgs.xml" />
- <render>
- <mode name="view">
- <transforms>
- <transform source="/displayMessage/view/view.xslt" />
- </transforms>
- </mode>
- </render>
- </implementation>
|