11 if (
ns1 ==
null ||
ns1.Length == 0)
29 if (!NamespacesEqual(@
namespace,
item.TargetNamespace))
52 if (!NamespacesEqual(@
namespace,
item.TargetNamespace))
77 if ((
item.TargetNamespace ==
null && ns.Length == 0) || ns.Equals(
item.TargetNamespace))
120 if (ns !=
null && ns.Length > 0)
static XmlSchema GetSchema(string ns, XmlSchemaSet schemas)
static XmlSchemaElement GetSchemaElement(XmlSchemaSet schemas, XmlQualifiedName elementQName, out XmlSchema outSchema)
static XmlSchemaType GetSchemaType(XmlSchemaSet schemas, XmlQualifiedName typeQName, out XmlSchema outSchema)
static XmlSchema CreateSchema(string ns, XmlSchemaSet schemas)
static void AddSchemaImport(string ns, XmlSchema schema)
static bool NamespacesEqual(string ns1, string ns2)
static void AddElementForm(XmlSchemaElement element, XmlSchema schema)
XmlSchema? Add(string? targetNamespace, string schemaUri)