Interface IXMLTypeDocumentRoot
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
XMLNSPrefixMap
The xMLNSPrefixMap property
[XmlElementName("xMLNSPrefixMap")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IEStringToStringMapEntry> XMLNSPrefixMap { get; }
Property Value
XSISchemaLocation
The xSISchemaLocation property
[XmlElementName("xSISchemaLocation")]
[XmlAttribute(false)]
[Containment]
IOrderedSetExpression<IEStringToStringMapEntry> XSISchemaLocation { get; }