serviceDataItem

Namespace: (default namespace)
XML Schema: ns0.xsd

A class is used to describe a service data item.

XML

Elements

name (type) min/max
occurs
description
id (integer) 0/1 Unique server data item ID.
deleted (boolean) 1/1 Whether the service data item is deleted.
key (string) 0/1 The key of the service data item. For instance: /Locale/Global/Danish
value (string) 0/1 The value of the service data item. For instance: the value of Key /Locale/Global/Danish is {"LanguageCode":"da","Description":"Danish","CountryCode":"DK"}
type (string) 0/1 The type of the service data item. Possible values are: STRING, INTEGER, BOOLEAN, FLOAT, DOUBLE, ARRAY, OBJECT, PrefixTree See ServiceDataType in the SdcServiceData class
replicated (boolean) 1/1 Whether the service data item is replicated.
buildStatus (string) 0/1 The build status. Possible values are: B: compile not finished. S: compile sucessful. E: compile failed.
changeSetId (integer) 0/1 The ID of the change set where the service data item belongs to.
lastUpdated (dateTime) 0/1 The last modified date/time.
templateConcepts (externalConcept) 0/unbounded The external concepts used by the service data item (a template).