multipleLiteral element
Type: | multipleLiteral |
Namespace: | (default namespace) |
XML Schema: | vcac-identity-rest-schema.xsd |
A Literal which represents multiple values. All of these component values must be of the same data type.
The collection of values is represented as sequence and the order in which values are collected, should be maintained. However, for equality purposes the collection is treated like a Set: it is assumed each value in the collection is unique; 2 instances of MultipleLiteral are considered equal if they contain all the same component values, even if those values do not occur in the same order. Like other Literals, a multiple literal is immutable.Example JSON
{
"elementTypeId" : "string",
"item" : [ {
}, ... ]
}