A simple object that represents a more complex object.
Note: This OBJECT is not the same as the complex object.
The complex object does not extends this object. This object is merely a representation, thus the name. This is not managed object reference as it's not a managed object.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
name | string | element | 0/1 | Gets the name. | |
originalObjectId | long | element | 1/1 | Gets the original object id. | |
Properties inherited from supportTemplating |
|||||
xsitype | string | attribute | 0/1 |
Example
<ObjectRepresentation xsitype="..."> <name>...</name> <originalObjectId>...</originalObjectId> </ObjectRepresentation>