Routing API v7 Developer's Guide

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.