Class DS
- Namespace
- DocumentFormat.OpenXml.Linq
- Assembly
- DocumentFormat.OpenXml.Linq.dll
Declares XNamespace and XName fields for the xmlns:ds="http://schemas.openxmlformats.org/officeDocument/2006/customXml" namespace.
public static class DS
- Inheritance
-
DS
- Inherited Members
Fields
datastoreItem
Represents the ds:datastoreItem XML element.
public static readonly XName datastoreItem
Field Value
- XName
Remarks
As an XML element, it:
- has the following child XML elements: schemaRefs.
- has the following XML attributes: itemID.
- corresponds to the following strongly-typed classes: DataStoreItem.
ds
Defines the XML namespace associated with the ds prefix.
public static readonly XNamespace ds
Field Value
- XNamespace
itemID
Represents the ds:itemID XML attribute.
public static readonly XName itemID
Field Value
- XName
Remarks
As an XML attribute, it:
- is contained in the following XML elements: datastoreItem.
- corresponds to the following strongly-typed properties: DataStoreItem.ItemId.
schemaRef
Represents the ds:schemaRef XML element.
public static readonly XName schemaRef
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: schemaRefs.
- has the following XML attributes: uri.
- corresponds to the following strongly-typed classes: SchemaReference.
schemaRefs
Represents the ds:schemaRefs XML element.
public static readonly XName schemaRefs
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: datastoreItem.
- has the following child XML elements: schemaRef.
- corresponds to the following strongly-typed classes: SchemaReferences.
uri
Represents the ds:uri XML attribute.
public static readonly XName uri
Field Value
- XName
Remarks
As an XML attribute, it:
- is contained in the following XML elements: schemaRef.
- corresponds to the following strongly-typed properties: SchemaReference.Uri.