XXPolicyConditionDef Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
defid long element 0/1 Returns the value for the member attribute defId
description string element 0/1 Returns the value for the member attribute description
evaluator string element 0/1 Returns the value for the member attribute evaluator
evaluatoroptions string element 0/1 Returns the value for the member attribute evaluatorOptions
itemId long element 0/1 Returns the value for the member attribute itemId
label string element 0/1 Returns the value for the member attribute label
name string element 0/1 Returns the value for the member attribute name
order int element 0/1 Returns the value for the member attribute order
rbKeyValidationMessage string element 0/1 the rbKeyValidationMessage
rbkeydescription string element 0/1 Returns the value for the member attribute rbKeyDescription
rbkeylabel string element 0/1 Returns the value for the member attribute rbKeyLabel
uiHint string element 0/1 the uiHint
validationMessage string element 0/1 the validationMessage
validationRegEx string element 0/1 the validationRegEx
Properties inherited from XXDBBase
addedByUserId long element 0/1 Returns the value for the member attribute addedByUserId
createTime dateTime element 0/1 Returns the value for the member attribute createTime
id long element 0/1 Returns the value for the member attribute id
updateTime dateTime element 0/1 Returns the value for the member attribute updateTime
updatedByUserId long element 0/1 Returns the value for the member attribute updatedByUserId

Example

<XXPolicyConditionDef>
  <itemId>...</itemId>
  <defid>...</defid>
  <name>...</name>
  <evaluator>...</evaluator>
  <evaluatoroptions>...</evaluatoroptions>
  <validationRegEx>...</validationRegEx>
  <validationMessage>...</validationMessage>
  <uiHint>...</uiHint>
  <label>...</label>
  <description>...</description>
  <rbkeylabel>...</rbkeylabel>
  <rbkeydescription>...</rbkeydescription>
  <rbKeyValidationMessage>...</rbKeyValidationMessage>
  <order>...</order>
  <id>...</id>
  <createTime>...</createTime>
  <updateTime>...</updateTime>
  <addedByUserId>...</addedByUserId>
  <updatedByUserId>...</updatedByUserId>
</XXPolicyConditionDef>