difference
| Namespace: | (default namespace) |
|---|---|
| XML Schema: | ns0.xsd |
A class is used to describe a single difference of a service resource/data in a change set.
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| reasons (string) | 0/unbounded | A list of strings describing the change. |
| type (string) | 0/1 | The type of the resource that was changed. Available values include ControlFlow, EDRField, ExternalConcept, Schema, ServiceData, and Statistic. |
| name (string) | 0/1 | A name given to the difference object. |
| resourceUrl (string) | 0/1 | The URL used to access the changed resource. |
| serviceResource (serviceResource) | 0/1 | Service data differences are returned in this more client-friendly form. |
| validationIssues (validationIssue) | 0/unbounded | The optional validation issues (applicable to compiled flows), at least an empty list (never null). |
| revertible (boolean) | 1/1 | whether this difference can be reverted. |