IXmlIdentity public interface IXmlIdentity Documentation Code namespace Castle.Components.DictionaryAdapter.Xml { public interface IXmlIdentity { XmlName Name { get; } XmlName XsiType { get; } } }