Interface IAnyType
The public interface for AnyType
[DefaultImplementationType(typeof(AnyType))]
[XmlDefaultImplementationType(typeof(AnyType))]
public interface IAnyType : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
AnyAttribute
The anyAttribute property
[XmlElementName("anyAttribute")]
[XmlAttribute(true)]
IListExpression<object> AnyAttribute { get; }
Property Value
Mixed
The mixed property
[XmlElementName("mixed")]
[XmlAttribute(true)]
IListExpression<object> Mixed { get; }