Freigeben über


RelationshipIds-Klasse

Explicit Relationships to Diagram Parts.When the object is serialized out as xml, its qualified name is dgm:relIds.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Drawing.Diagrams.RelationshipIds

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Class RelationshipIds _
    Inherits OpenXmlLeafElement
'Usage
Dim instance As RelationshipIds
public class RelationshipIds : OpenXmlLeafElement

Hinweise

[ISO/IEC 29500-1 1. Ausgabe]

21.4.2.22 relIds (Explicit Relationships to Diagram Parts)

This element specifies the relationship IDs used to explicitly reference each of the four constituent parts of a DrawingML diagram:

  • Diagram Colors (cs attribute)

  • Diagram Data (dm attribute)

  • Diagram Layout Definition (lo attribute)

  • Diagram Style (qs attribute)

Attributes

Description

cs (Explicit Relationship to Diagram Colors Part)

Namespace: .../officeDocument/2006/relationships

Specifies the relationship ID for the explicit relationship to the Diagram Colors part used by this diagram.

This relationship shall be of type https://schemas.openxmlformats.org/officeDocument/2006/relationships/diagramColors or the document shall be considered non-conformant.

The possible values for this attribute are defined by the ST_RelationshipId simple type (§22.8.2.1).

dm (Explicit Relationship to Diagram Data Part)

Namespace: .../officeDocument/2006/relationships

Specifies the relationship ID for the explicit relationship to the Diagram Data part used by this diagram.

This relationship shall be of type https://schemas.openxmlformats.org/officeDocument/2006/relationships/diagramData or the document shall be considered non-conformant.

The possible values for this attribute are defined by the ST_RelationshipId simple type (§22.8.2.1).

lo (Explicit Relationship to Diagram Layout Definition Part)

Namespace: .../officeDocument/2006/relationships

Specifies the relationship ID for the explicit relationship to the Diagram Layout Definition part used by this diagram.

This relationship shall be of type https://schemas.openxmlformats.org/officeDocument/2006/relationships/diagramLayout or the document shall be considered non-conformant.

The possible values for this attribute are defined by the ST_RelationshipId simple type (§22.8.2.1).

qs (Explicit Relationship to Style Definition Part)

Namespace: .../officeDocument/2006/relationships

Specifies the relationship ID for the explicit relationship to the Diagram Style part used by this diagram.

This relationship shall be of type https://schemas.openxmlformats.org/officeDocument/2006/relationships/diagramQuickStyle or the document shall be considered non-conformant.

The possible values for this attribute are defined by the ST_RelationshipId simple type (§22.8.2.1).

[Note: The W3C XML Schema definition of this element's content model (CT_RelIds) is located in §A.5.3. end note]

© ISO/IEC29500: 2008. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

RelationshipIds-Member

DocumentFormat.OpenXml.Drawing.Diagrams-Namespace