25 references to AnySimpleType
System.Private.Xml (25)
System\Xml\Schema\DataTypeImplementation.cs (2)
360while (currentType.BaseXmlSchemaType != DatatypeImplementation.AnySimpleType) 934} while (simpleType != null && simpleType != DatatypeImplementation.AnySimpleType);
System\Xml\Schema\SchemaCollectionCompiler.cs (7)
535simpleType.SetBaseSchemaType(DatatypeImplementation.AnySimpleType); 605simpleType.SetBaseSchemaType(DatatypeImplementation.AnySimpleType); 617simpleType.SetDatatype(DatatypeImplementation.AnySimpleType.Datatype); 918complexType.SetDatatype(DatatypeImplementation.AnySimpleType.Datatype); 2060decl.SchemaType = DatatypeImplementation.AnySimpleType; 2061decl.Datatype = DatatypeImplementation.AnySimpleType.Datatype!; 2062xa.SetAttributeType(DatatypeImplementation.AnySimpleType);
System\Xml\Schema\SchemaElementDecl.cs (1)
55anyTypeElementDecl.Datatype = DatatypeImplementation.AnySimpleType.Datatype!;
System\Xml\Schema\SchemaSetCompiler.cs (8)
619simpleType.SetBaseSchemaType(DatatypeImplementation.AnySimpleType); 694simpleType.SetBaseSchemaType(DatatypeImplementation.AnySimpleType); 707simpleType.SetDatatype(DatatypeImplementation.AnySimpleType.Datatype); 1001complexType.SetDatatype(DatatypeImplementation.AnySimpleType.Datatype); 2493decl.SchemaType = DatatypeImplementation.AnySimpleType; 2494decl.Datatype = DatatypeImplementation.AnySimpleType.Datatype!; 2495xa.SetAttributeType(DatatypeImplementation.AnySimpleType); 2772decl.DefaultValueTyped = DatatypeImplementation.AnySimpleType.Datatype!.ParseValue(decl.DefaultValueRaw, NameTable, new SchemaNamespaceManager(xe));
System\Xml\Schema\XmlSchemaType.cs (2)
300if (bt == DatatypeImplementation.AnySimpleType) 332if (DatatypeImplementation.AnySimpleType.Datatype == baseDataType)
System\Xml\Xsl\XmlQueryType.cs (1)
620if (isXQ || (SchemaType != XmlSchemaComplexType.AnyType && SchemaType != DatatypeImplementation.AnySimpleType))
System\Xml\Xsl\XmlQueryTypeFactory.cs (4)
48if (schemaType == DatatypeImplementation.AnySimpleType) 388s_builtInItemTypes[i] = new ItemType(typeCode, XmlQualifiedNameTest.Wildcard, DatatypeImplementation.AnySimpleType, false, false, true); 484if (contentType == DatatypeImplementation.AnySimpleType) 767_schemaType = DatatypeImplementation.AnySimpleType;