XXServiceDefBase Data Type

Namespace
(Default)
Schema
ns0.xsd
Abstract Type
Subtypes
XXServiceDef, XXServiceDefWithAssignedId
Properties
name data type type namespace min/max occurs constraints description
defOptions string element 0/1   Returns the value for the member attribute defOptions
description string element 0/1   Returns the value for the member attribute description
displayName string element 0/1   Returns the value for the member attribute displayName
guid string element 0/1   the gUID
implclassname string element 0/1   Returns the value for the member attribute implClassName
isEnabled boolean element 1/1 required Returns the value for the member attribute isEnabled
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
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
version long element 0/1   Returns the value for the member attribute version
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

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
<XXServiceDefBase>
  <guid>...</guid>
  <version>...</version>
  <name>...</name>
  <implclassname>...</implclassname>
  <label>...</label>
  <description>...</description>
  <defOptions>...</defOptions>
  <rbkeylabel>...</rbkeylabel>
  <rbkeydescription>...</rbkeydescription>
  <isEnabled>...</isEnabled>
  <displayName>...</displayName>
  <id>...</id>
  <createTime>...</createTime>
  <updateTime>...</updateTime>
  <addedByUserId>...</addedByUserId>
  <updatedByUserId>...</updatedByUserId>
</XXServiceDefBase>