Derivation Class
Defines the Derivation Class.When the object is serialized out as xml, its qualified name is emma:derivation.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.EMMA.Derivation
Namespace: DocumentFormat.OpenXml.EMMA
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
<ChildElementInfoAttribute(GetType(Group))> _
<ChildElementInfoAttribute(GetType(Interpretation))> _
<ChildElementInfoAttribute(GetType(OneOf))> _
<ChildElementInfoAttribute(GetType(Sequence))> _
Public Class Derivation _
Inherits OpenXmlCompositeElement
用法
Dim instance As Derivation
[ChildElementInfoAttribute(typeof(Group))]
[ChildElementInfoAttribute(typeof(Interpretation))]
[ChildElementInfoAttribute(typeof(OneOf))]
[ChildElementInfoAttribute(typeof(Sequence))]
public class Derivation : OpenXmlCompositeElement
Remarks
The following table lists the possible child types:
Interpretation <emma:interpretation>
OneOf <emma:one-of>
Sequence <emma:sequence>
Group <emma:group>
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.