Table of Contents

Interface IXMLTypeDocumentRoot

Namespace
NMF.Interop.Type
Assembly
NMF.EcoreInterop.dll

The public interface for XMLTypeDocumentRoot

[DefaultImplementationType(typeof(XMLTypeDocumentRoot))]
[XmlDefaultImplementationType(typeof(XMLTypeDocumentRoot))]
public interface IXMLTypeDocumentRoot : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

Mixed

The mixed property

[XmlElementName("mixed")]
[XmlAttribute(true)]
IListExpression<object> Mixed { get; }

Property Value

IListExpression<object>

XMLNSPrefixMap

The xMLNSPrefixMap property

[XmlElementName("xMLNSPrefixMap")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IEStringToStringMapEntry> XMLNSPrefixMap { get; }

Property Value

IOrderedSetExpression<IEStringToStringMapEntry>

XSISchemaLocation

The xSISchemaLocation property

[XmlElementName("xSISchemaLocation")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IEStringToStringMapEntry> XSISchemaLocation { get; }

Property Value

IOrderedSetExpression<IEStringToStringMapEntry>