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

XmlMetadata

protected static readonly StringComparer NameComparer

public string ChildNamespaceUri { get; }

public Type ClrType { get; }

public IXmlContext Context { get; }

public bool? IsNullable { get; }

public bool? IsReference { get; }

public XmlName Name { get; }

public CompiledXPath Path { get; }

public bool? Qualified { get; }

public XmlName XsiType { get; }

public XmlName GetDefaultXsiType(Type clrType)

public bool TryGet(IXmlIdentity xmlIdentity, out IXmlKnownType knownType)

public bool TryGet(Type clrType, out IXmlKnownType knownType)

public bool TryGet(XmlName xsiType, out IXmlIncludedType includedType)

public bool TryGet(Type clrType, out IXmlIncludedType includedType)