XXDataHist Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
action string element 0/1 Returns the value for the member attribute action
content string element 0/1 Returns the value for the member attribute content
createTime dateTime element 0/1 the createTime
fromTime dateTime element 0/1 Returns the value for the member attribute fromTime
id long element 0/1 Returns the value for the member attribute id
objectClassType int element 0/1 Returns the value for the member attribute type
objectGuid string element 0/1 the objectGuid
objectId long element 0/1 the objectId
objectName string element 0/1 Returns the value for the member attribute name
toTime dateTime element 0/1 Returns the value for the member attribute toTime
updateTime dateTime element 0/1 the updateTime
version long element 0/1 Returns the value for the member attribute version

Example

<XXDataHist>
  <id>...</id>
  <createTime>...</createTime>
  <updateTime>...</updateTime>
  <version>...</version>
  <objectGuid>...</objectGuid>
  <objectId>...</objectId>
  <objectClassType>...</objectClassType>
  <objectName>...</objectName>
  <action>...</action>
  <fromTime>...</fromTime>
  <toTime>...</toTime>
  <content>...</content>
</XXDataHist>