page-validator.xml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <?xml version="1.0" encoding="UTF-8"?>
  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. <validator
  13. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  14. xsi:schemaLocation="http://developer.cognos.com/schemas/validator/1/ ../../schemas/validator.xsd"
  15. xmlns="http://developer.cognos.com/schemas/validator/1/"
  16. xmlns:fragment="urn:cognos:fragments:validator"
  17. namespace="urn:cognos:fragments:validator:page"
  18. version="1.0">
  19. <import parameter="true" namespace="urn:cognos:fragments:validator"/>
  20. <!--
  21. ======================================================================
  22. Accept any parameters - They are now passed as required to children.
  23. ======================================================================
  24. -->
  25. <parameter skipJavaScript="true">
  26. <namePattern>
  27. <regex>[a-zA-Z0-9_:\[\]\-.$]{1,1024}</regex>
  28. </namePattern>
  29. <rule>
  30. <type>
  31. <string/>
  32. </type>
  33. </rule>
  34. </parameter>
  35. </validator>