<PackageReference Include="Castle.Core" Version="4.3.0" />

Castle.Components.DictionaryAdapter.Xml.Xsi

public static class Xsi
namespace Castle.Components.DictionaryAdapter.Xml { public static class Xsi { public const string Prefix = "xsi"; public const string NamespaceUri = "http://www.w3.org/2001/XMLSchema-instance"; public const string NilValue = "true"; public static readonly XmlName Type; public static readonly XmlName Nil; public static XmlName GetXsiType(this IXmlNode node); public static void SetXsiType(this IXmlNode node, XmlName xsiType); public static bool IsXsiNil(this IXmlNode node); public static void SetXsiNil(this IXmlNode node, bool nil); } }