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