LinkIdArrayType
In many use cases, LinkId appear in large series. However, using a sequence of many LinkId typed elements in data structures might bloat the document instances.
To provide a more compact format, the LinkIdArray type allows concatenating serialized LinkIds within a single data element.
The LinkIdArray is list type with items of type xs:string, where the following restrictions apply:
- Item separator: space character (according to the xs:list definition)
- Allowed item types: LinkId, in response representation See: LinkIdType
The list is ordered in the driving direction.
XML Representation
The following example illustrates how the LinkIdArray looks like for a list of two LinkIds:
<Foo><LinkIds>+861039383 -861039383</LinkIds><Foo>