Namespaces

Component blpapi_schema
[Package blpapi]

Provide a representation of a schema describing structured messages. More...

Namespaces

namespace  blpapi

Detailed Description

Provide a representation of a schema describing structured messages.

Outline
Purpose:
Provide a representation of a schema describing structured messages
Classes:
blpapi::SchemaStatus the version status of a schema
blpapi::SchemaTypeDefinition definitions of schema types
blpapi::SchemaElementDefinition definitions of message elements
Description:
This component provides types for representing schemata which describe structured messages. Such schemata consist of two distinct kinds of definitions: "type" definitions (represented by SchemaTypeDefinition objects) declare types than can be used within other definitions (of both kinds); an "element" definition defines a specific field by associating a field identifier with a particular type, as well as the number of values of that type that are permitted to be associated with that identifier.