CustomerDataTags Class
Customer Data Tags.When the object is serialized out as xml, its qualified name is p:tags.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Presentation.CustomerDataTags
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Class CustomerDataTags _
Inherits OpenXmlLeafElement
'Usage
Dim instance As CustomerDataTags
public class CustomerDataTags : OpenXmlLeafElement
Remarks
[ISO/IEC 29500-1 1st Edition]
19.3.1.47 tags (Customer Data Tags)
This element specifies the existence of customer data in the form of tags. This allows for the storage of customer data within the PresentationML framework. While this is similar to the ext tag in that it can be used store information, this tag mainly focuses on referencing to other parts of the presentation document. This is accomplished via the relationship identification attribute that is required for all specified tags.
Parent Elements |
---|
custDataLst (§19.3.1.18) |
Attributes |
Description |
---|---|
id (Relationship ID) Namespace: .../officeDocument/2006/relationships |
This attribute specifies the relationship identifier for the customer data tag. This allows for a link to a resource that is external from the current XML document but still contained within the presentation document. 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_TagsData) is located in §A.3. end note]
© ISO/IEC29500: 2008.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.