Declares XNamespace and XName fields for the xmlns:ds="http://schemas.openxmlformats.org/officeDocument/2006/customXml" namespace.

Hierarchy

  • DS

Properties

datastoreItem: XName = ...

Represents the ds:datastoreItem XML element.

Remarks

As an XML element, it has the following:

ds: XNamespace = ...

Defines the XML namespace associated with the ds prefix.

itemID: XName = ...

Represents the ds:itemID XML attribute.

Remarks

As an XML attribute, it is contained in the following XML elements: ds:datastoreItem

schemaRef: XName = ...

Represents the ds:schemaRef XML element.

Remarks

As an XML element, it has the following:

schemaRefs: XName = ...

Represents the ds:schemaRefs XML element.

Remarks

As an XML element, it has the following:

uri: XName = ...

Represents the ds:uri XML attribute.

Remarks

As an XML attribute, it is contained in the following XML elements: ds:schemaRef

Accessors

  • get namespaceDeclaration(): XAttribute
  • Returns the namespace declaration XAttribute for this namespace.

    Returns XAttribute

Generated using TypeDoc