12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- 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).
- -->
- <validator
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://developer.cognos.com/schemas/validator/1/ ../../schemas/validator.xsd"
- xmlns="http://developer.cognos.com/schemas/validator/1/"
- xmlns:fragment="urn:cognos:fragments:validator"
- namespace="urn:cognos:fragments:validator:page"
- version="1.0">
- <import parameter="true" namespace="urn:cognos:fragments:validator"/>
- <!--
- ======================================================================
- Accept any parameters - They are now passed as required to children.
- ======================================================================
- -->
- <parameter skipJavaScript="true">
- <namePattern>
- <regex>[a-zA-Z0-9_:\[\]\-.$]{1,1024}</regex>
- </namePattern>
- <rule>
- <type>
- <string/>
- </type>
- </rule>
- </parameter>
- </validator>
|