Freigeben über


Emma-Klasse

Defines the Emma Class.When the object is serialized out as xml, its qualified name is emma:emma.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.EMMA.Emma

Namespace:  DocumentFormat.OpenXml.EMMA
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Grammar))> _
<ChildElementInfoAttribute(GetType(EndPointInfo))> _
<ChildElementInfoAttribute(GetType(Interpretation))> _
<ChildElementInfoAttribute(GetType(OneOf))> _
<ChildElementInfoAttribute(GetType(Derivation))> _
<ChildElementInfoAttribute(GetType(Model))> _
<ChildElementInfoAttribute(GetType(Info))> _
<ChildElementInfoAttribute(GetType(Group))> _
<ChildElementInfoAttribute(GetType(Sequence))> _
Public Class Emma _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As Emma
[ChildElementInfoAttribute(typeof(Grammar))]
[ChildElementInfoAttribute(typeof(EndPointInfo))]
[ChildElementInfoAttribute(typeof(Interpretation))]
[ChildElementInfoAttribute(typeof(OneOf))]
[ChildElementInfoAttribute(typeof(Derivation))]
[ChildElementInfoAttribute(typeof(Model))]
[ChildElementInfoAttribute(typeof(Info))]
[ChildElementInfoAttribute(typeof(Group))]
[ChildElementInfoAttribute(typeof(Sequence))]
public class Emma : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • Derivation <emma:derivation>

  • Grammar <emma:grammar>

  • Model <emma:model>

  • EndPointInfo <emma:endpoint-info>

  • Info <emma:info>

  • Interpretation <emma:interpretation>

  • OneOf <emma:one-of>

  • Group <emma:group>

  • Sequence <emma:sequence>

Threadsicherheit

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

Siehe auch

Referenz

Emma-Member

DocumentFormat.OpenXml.EMMA-Namespace