123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cogadmin
- (C) Copyright IBM Corp. 2005, 2015
- 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:cogadmin" version="1.0">
- <import parameter="true" namespace="urn:cognos:fragments:validator"/>
- <!-- **********************parameters section********************** -->
- <ruleDef id="resourceID">
- <type>
- <string maxLength="1023"/>
- </type>
- </ruleDef>
- <ruleDef id="storeID">
- <pattern>
- <regex>[*a-zA-Z0-9-_/-]{0,1024}</regex>
- </pattern>
- </ruleDef>
- <ruleDef id="boolean">
- <pattern>
- <regex>(true)|(false)</regex>
- </pattern>
- </ruleDef>
- <ruleDef id="storeIDs" operator="and">
- <type>
- <string maxLength="4096"/>
- </type>
- <pattern>
- <regex>\[[a-zA-Z0-9-_/,":{}]*\]</regex>
- </pattern>
- </ruleDef>
- <ruleDef id="filter_priority" operator="or">
- <type>
- <unsignedInt min="1" max="5"/>
- </type>
- <type>
- <string maxLength="0"/>
- </type>
- </ruleDef>
- <ruleDef id="filter_status">
- <enumeration emptyValid="true">
- <list>cancelled,disabled,enabled,executing,failed,succeeded,pending,suspended,scheduled,inactive</list>
- </enumeration>
- </ruleDef>
- <ruleDef id="filter_type">
- <type>
- <string maxLength="255"/>
- </type>
- </ruleDef>
- <ruleDef id="filter_duration" operator="or">
- <type>
- <unsignedInt min="0" max="8760"/>
- </type>
- <type>
- <string maxLength="0"/>
- </type>
- </ruleDef>
- <ruleDef id="filter_age" operator="or">
- <type>
- <unsignedInt min="0" max="8760"/>
- </type>
- <type>
- <string maxLength="0"/>
- </type>
- </ruleDef>
- <ruleDef id="filter_scope">
- <type>
- <string maxLength="1023"/>
- </type>
- </ruleDef>
- <ruleDef id="filter_dispatcher">
- <type>
- <string maxLength="255"/>
- </type>
- </ruleDef>
- <ruleDef id="filter_tenantid">
- <type>
- <string maxLength="255"/>
- </type>
- </ruleDef>
- <ruleDef id="filter_period">
- <enumeration>
- <list>last_hours,fromto</list>
- </enumeration>
- </ruleDef>
- <ruleDef id="filter_last_hours" operator="or">
- <type>
- <unsignedInt min="0" max="8760"/>
- </type>
- <type>
- <string maxLength="0"/>
- </type>
- </ruleDef>
- <ruleDef id="filter_date">
- <type>
- <string maxLength="255"/>
- </type>
- </ruleDef>
- <ruleDef id="date_period">
- <type>
- <string maxLength="255"/>
- </type>
- </ruleDef>
- <ruleDef id="time_period">
- <type>
- <string maxLength="255"/>
- </type>
- </ruleDef>
- <ruleDef id="user">
- <type>
- <string maxLength="255"/>
- </type>
- </ruleDef>
- <ruleDef id="expanded_rows">
- <type>
- <string maxLength="255"/>
- </type>
- </ruleDef>
- <ruleDef id="sort_order">
- <enumeration emptyValid="true">
- <list>ascending,descending</list>
- </enumeration>
- </ruleDef>
- <ruleDef id="sort_column">
- <type>
- <string maxLength="255"/>
- </type>
- </ruleDef>
- <ruleDef id="resourceLabel">
- <type>
- <string maxLength="255"/>
- </type>
- </ruleDef>
- <ruleDef id="boolean">
- <enumeration emptyValid="true">
- <list>true,false</list>
- </enumeration>
- </ruleDef>
- <ruleDef id="actionType">
- <enumeration>
- <list>resource,group</list>
- </enumeration>
- </ruleDef>
- <ruleDef id="actionContextID">
- <type>
- <string maxLength="255"/>
- </type>
- </ruleDef>
- <ruleDef id="priorityMode">
- <enumeration>
- <list>updateSchedules,updateCurrentActivities</list>
- </enumeration>
- </ruleDef>
- <ruleDef id="timestamp">
- <type>
- <string maxLength="255"/>
- </type>
- </ruleDef>
- <ruleDef id="granularity">
- <enumeration>
- <list>hour,day,week,month</list>
- </enumeration>
- </ruleDef>
- <ruleDef id="filterDisplayName">
- <type>
- <string maxLength="255"/>
- </type>
- </ruleDef>
- </validator>
|