Emma Class
Defines the Emma Class.When the object is serialized out as xml, its qualified name is emma:emma.
Inheritance Hierarchy
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
Remarks
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>
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.