Table of Contents

Class CLBL

Namespace
DocumentFormat.OpenXml.Linq
Assembly
DocumentFormat.OpenXml.Linq.dll

Declares XNamespace and XName fields for the xmlns:clbl="http://schemas.microsoft.com/office/2020/mipLabelMetadata" namespace.

public static class CLBL
Inheritance
CLBL
Inherited Members

Fields

clbl

Defines the XML namespace associated with the clbl prefix.

public static readonly XNamespace clbl

Field Value

XNamespace

ext

Represents the clbl:ext XML element.

public static readonly XName ext

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: extLst.
  • has the following XML attributes: uri.
  • corresponds to the following strongly-typed classes: ClassificationExtension.

extLst

Represents the clbl:extLst XML element.

public static readonly XName extLst

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: labelList.
  • has the following child XML elements: ext.
  • corresponds to the following strongly-typed classes: ClassificationExtensionList.

label

Represents the clbl:label XML element.

public static readonly XName label

Field Value

XName

Remarks

As an XML element, it:

labelList

Represents the clbl:labelList XML element.

public static readonly XName labelList

Field Value

XName

Remarks

As an XML element, it:

  • has the following child XML elements: extLst, label.
  • corresponds to the following strongly-typed classes: ClassificationLabelList.