Interface IXMLTypeDocumentRoot
The public interface for XMLTypeDocumentRoot
Inherited Members
Namespace: NMF.Interop.Type
Assembly: NMF.EcoreInterop.dll
Syntax
[DefaultImplementationType(typeof(XMLTypeDocumentRoot))]
[XmlDefaultImplementationType(typeof(XMLTypeDocumentRoot))]
public interface IXMLTypeDocumentRoot : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceMixed
The mixed property
Declaration
[XmlElementName("mixed")]
[XmlAttribute(true)]
IListExpression<object> Mixed { get; }
Property Value
Type | Description |
---|---|
IListExpression<object> |
XMLNSPrefixMap
The xMLNSPrefixMap property
Declaration
[XmlElementName("xMLNSPrefixMap")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IEStringToStringMapEntry> XMLNSPrefixMap { get; }
Property Value
Type | Description |
---|---|
IOrderedSetExpression<IEStringToStringMapEntry> |
XSISchemaLocation
The xSISchemaLocation property
Declaration
[XmlElementName("xSISchemaLocation")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IEStringToStringMapEntry> XSISchemaLocation { get; }
Property Value
Type | Description |
---|---|
IOrderedSetExpression<IEStringToStringMapEntry> |