Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - dataEnumInfoType

Description

Information about a data enum definition.

Properties

Name Type Occurrence Description
id xs:anyURI Required The ID of the enumeration.
idKey xs:unsignedInt Optional In the case where the enum value reference is an integer, its spcified here.
label xs:string Required The display name for this enum value.
labelId xs:anyURI Optional The ID of the language string defined for this enum items label.
labelTranslated xs:boolean Optional Set to true if the label was translated.
description xs:string Optional The display name for this enum value.
descriptionId xs:anyURI Optional The ID of the language string defined for this enum items label.
descriptionTranslated xs:boolean Optional Set to ‘true’ if the description was translated.
variant xs:anyURI Optional The ID of teh presentation variant for this enum value.
icon xs:anyURI Optional The URN of the icon displayed with this enum values.
In This Document