[#BloombergLP-balber-BerDecoderOptions-_04enum-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::xref:BloombergLP/balber/BerDecoderOptions.adoc[BerDecoderOptions]::Unnamed enum :relfileprefix: ../../../ :mrdocs: Attribute identifier constants for this class. == Synopsis Declared in `<balber_berdecoderoptions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum Unnamed enum; ---- == Members [cols="1,4"] |=== | Name| Description | `e_ATTRIBUTE_ID_MAX_DEPTH` | Identifier for the `MaxDepth` attribute. | `e_ATTRIBUTE_ID_SKIP_UNKNOWN_ELEMENTS` | Identifier for the `SkipUnknownElements` attribute. | `e_ATTRIBUTE_ID_TRACE_LEVEL` | Identifier for the `TraceLevel` attribute. | `e_ATTRIBUTE_ID_MAX_SEQUENCE_SIZE` | Identifier for the `MaxSequenceSize` attribute. | `e_ATTRIBUTE_ID_DEFAULT_EMPTY_STRINGS` | Identifier for the `DefaultEmptyStrings` attribute. | `ATTRIBUTE_ID_MAX_DEPTH` | Deprecated alias for `e_ATTRIBUTE_ID_MAX_DEPTH`. | `ATTRIBUTE_ID_SKIP_UNKNOWN_ELEMENTS` | Deprecated alias for `e_ATTRIBUTE_ID_SKIP_UNKNOWN_ELEMENTS`. | `ATTRIBUTE_ID_TRACE_LEVEL` | Deprecated alias for `e_ATTRIBUTE_ID_TRACE_LEVEL`. | `ATTRIBUTE_ID_MAX_SEQUENCE_SIZE` | Deprecated alias for `e_ATTRIBUTE_ID_MAX_SEQUENCE_SIZE`. | `ATTRIBUTE_ID_DEFAULT_EMPTY_STRINGS` | Deprecated alias for `e_ATTRIBUTE_ID_DEFAULT_EMPTY_STRINGS`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#