36 references to NsXs
System.Private.Xml (36)
System\Xml\Core\XmlTextReaderImpl.cs (1)
9105_nameTable.Add(XmlReservedNs.NsXs); // Note: this is equal to XmlReservedNs.NsXsd in Everett
System\Xml\Core\XmlValidatingReaderImpl.cs (1)
848if (schemaTypeObj != null && schemaTypeObj.QualifiedName.Namespace == XmlReservedNs.NsXs)
System\Xml\Core\XsdValidatingReader.cs (1)
152_nsXs = _coreReaderNameTable.Add(XmlReservedNs.NsXs);
System\Xml\Schema\DataTypeImplementation.cs (6)
117internal static readonly XmlQualifiedName QnAnySimpleType = new XmlQualifiedName("anySimpleType", XmlReservedNs.NsXs); 118internal static readonly XmlQualifiedName QnAnyType = new XmlQualifiedName("anyType", XmlReservedNs.NsXs); 229qname = new XmlQualifiedName(sdm.Name, XmlReservedNs.NsXs); 245qname = new XmlQualifiedName(sdm.Name, XmlReservedNs.NsXs); 266XmlSchemaSimpleType derivedType = (XmlSchemaSimpleType)s_builtinTypes[new XmlQualifiedName(sdm.Name, XmlReservedNs.NsXs)]!; 275baseType = (XmlSchemaSimpleType)s_builtinTypes[new XmlQualifiedName(((SchemaDatatypeMap)(s_xsdTypes[sdm.ParentIndex])).Name, XmlReservedNs.NsXs)]!;
System\Xml\Schema\Preprocessor.cs (5)
431lang.SchemaTypeName = new XmlQualifiedName("language", XmlReservedNs.NsXs); 436xmlbase.SchemaTypeName = new XmlQualifiedName("anyURI", XmlReservedNs.NsXs); 443r.BaseTypeName = new XmlQualifiedName("NCName", XmlReservedNs.NsXs); 482_referenceNamespaces.Add(XmlReservedNs.NsXs, XmlReservedNs.NsXs);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
268_referenceNamespaces.Add(XmlReservedNs.NsXs, XmlReservedNs.NsXs);
System\Xml\Schema\SchemaNames.cs (1)
168NsXs = nameTable.Add(XmlReservedNs.NsXs);
System\Xml\Schema\XmlSchema.cs (6)
18public const string Namespace = XmlReservedNs.NsXs; 150ignoreXS = this.Namespaces.TryLookupPrefix("xs", out _) || this.Namespaces.TryLookupNamespace(XmlReservedNs.NsXs, out _); 152if (!ignoreXS && namespaceManager.LookupPrefix(XmlReservedNs.NsXs) == null && 155ns.Add("xs", XmlReservedNs.NsXs); 167if (!this.Namespaces.TryLookupPrefix("xs", out _) && !this.Namespaces.TryLookupNamespace(XmlReservedNs.NsXs, out _)) 169this.Namespaces.Add("xs", XmlReservedNs.NsXs);
System\Xml\Schema\XmlSchemaAttribute.cs (1)
102if (_attributeType.QualifiedName.Namespace == XmlReservedNs.NsXs)
System\Xml\Schema\XmlSchemaDocumentation.cs (1)
16private static readonly XmlSchemaSimpleType s_languageType = DatatypeImplementation.GetSimpleTypeFromXsdType(new XmlQualifiedName("language", XmlReservedNs.NsXs))!;
System\Xml\Schema\XmlSchemaElement.cs (1)
166if (_elementType.QualifiedName.Namespace == XmlReservedNs.NsXs)
System\Xml\Schema\XmlSchemaSet.cs (4)
634if (_schemaForSchema == null && tns == XmlReservedNs.NsXs && schema.SchemaTypes[DatatypeImplementation.QnAnyType] != null) 650if (_schemaForSchema == null && tns == XmlReservedNs.NsXs && schema.SchemaTypes[DatatypeImplementation.QnAnyType] != null) 927if (_schemaForSchema == null && tns == XmlReservedNs.NsXs && schema.SchemaTypes[DatatypeImplementation.QnAnyType] != null) 943if (_schemaForSchema == null && tns == XmlReservedNs.NsXs && schema.SchemaTypes[DatatypeImplementation.QnAnyType] != null)
System\Xml\Schema\XmlSchemaType.cs (1)
130if (_baseSchemaType.QualifiedName.Namespace == XmlReservedNs.NsXs)
System\Xml\Schema\XmlSchemaValidator.cs (1)
222_nsXs = _nameTable.Add(XmlReservedNs.NsXs);
System\Xml\Schema\XmlValueConverter.cs (1)
494else if (name.Namespace == XmlReservedNs.NsXs)
System\Xml\Schema\XsdValidator.cs (1)
87_nsXs = NameTable.Add(XmlReservedNs.NsXs);
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (1)
1584return ReadTypedPrimitive(new XmlQualifiedName(Soap.UrType, XmlReservedNs.NsXs));
System\Xml\Xsl\XmlQueryType.cs (1)
650else if (name.Namespace == XmlReservedNs.NsXs)