Class SL
- Namespace
- DocumentFormat.OpenXml.Linq
- Assembly
- DocumentFormat.OpenXml.Linq.dll
Declares XNamespace and XName fields for the xmlns:sl="http://schemas.openxmlformats.org/schemaLibrary/2006/main" namespace.
public static class SL
- Inheritance
-
SL
- Inherited Members
Fields
manifestLocation
Represents the sl:manifestLocation XML attribute.
public static readonly XName manifestLocation
Field Value
- XName
Remarks
As an XML attribute, it:
- is contained in the following XML elements: schema.
- corresponds to the following strongly-typed properties: Schema.ManifestLocation.
schema
Represents the sl:schema XML element.
public static readonly XName schema
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: schemaLibrary.
- has the following XML attributes: manifestLocation, schemaLocation, uri.
- corresponds to the following strongly-typed classes: Schema.
schemaLibrary
Represents the sl:schemaLibrary XML element.
public static readonly XName schemaLibrary
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: graphicData, settings.
- has the following child XML elements: schema.
- corresponds to the following strongly-typed classes: SchemaLibrary.
schemaLocation
Represents the sl:schemaLocation XML attribute.
public static readonly XName schemaLocation
Field Value
- XName
Remarks
As an XML attribute, it:
- is contained in the following XML elements: schema.
- corresponds to the following strongly-typed properties: Schema.SchemaLocation.
sl
Defines the XML namespace associated with the sl prefix.
public static readonly XNamespace sl
Field Value
- XNamespace
uri
Represents the sl:uri XML attribute.
public static readonly XName uri
Field Value
- XName
Remarks
As an XML attribute, it:
- is contained in the following XML elements: schema.
- corresponds to the following strongly-typed properties: Schema.Uri.