XXResourceDef Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs constraints description
dataMaskOptions string element 0/1    
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
excludessupported boolean element 1/1 required Returns the value for the member attribute excludesSupported
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
level int element 0/1   Returns the value for the member attribute level
lookupsupported boolean element 1/1 required Returns the value for the member attribute lookUpSupported
mandatory boolean element 1/1 required Returns the value for the member attribute mandatory
matcher string element 0/1   Returns the value for the member attribute matcher
matcheroptions string element 0/1   Returns the value for the member attribute matcherOptions
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
parent long element 0/1   Returns the value for the member attribute parent
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
recursivesupported boolean element 1/1 required Returns the value for the member attribute recursiveSupported
rowFilterOptions string element 0/1    
type string element 0/1   Returns the value for the member attribute type
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

<XXResourceDef>
  <itemId>...</itemId>
  <defid>...</defid>
  <name>...</name>
  <type>...</type>
  <level>...</level>
  <parent>...</parent>
  <mandatory>...</mandatory>
  <lookupsupported>...</lookupsupported>
  <recursivesupported>...</recursivesupported>
  <excludessupported>...</excludessupported>
  <matcher>...</matcher>
  <matcheroptions>...</matcheroptions>
  <validationRegEx>...</validationRegEx>
  <validationMessage>...</validationMessage>
  <uiHint>...</uiHint>
  <label>...</label>
  <description>...</description>
  <rbkeylabel>...</rbkeylabel>
  <rbkeydescription>...</rbkeydescription>
  <rbKeyValidationMessage>...</rbKeyValidationMessage>
  <order>...</order>
  <dataMaskOptions>...</dataMaskOptions>
  <rowFilterOptions>...</rowFilterOptions>
  <id>...</id>
  <createTime>...</createTime>
  <updateTime>...</updateTime>
  <addedByUserId>...</addedByUserId>
  <updatedByUserId>...</updatedByUserId>
</XXResourceDef>