A ValueSpecification whose instances comprise (or reference) XML-serialised content.
Specializes
ValueSpecification
Attributes
| Name | Data type | Occurs | Description |
|---|---|---|---|
| value | XML | 0..1 | Any well-formed XML content. |
Constraints
| Type | Name | Specification |
|---|---|---|
| Specification is exclusively by value or by reference | Invariant | inv: if not self.value.oclIsUndefined() then self.valueRef.oclIsUndefined() else self.value.oclIsUndefined() and not self.valueRef.oclIsUndefined() endif |