20 references to AnySimpleType
System.Xml (20)
System\Xml\Schema\DataTypeImplementation.cs (2)
329while (currentType.BaseXmlSchemaType != DatatypeImplementation.AnySimpleType) { 856} while (simpleType != null && simpleType != DatatypeImplementation.AnySimpleType);
System\Xml\Schema\SchemaCollectionCompiler.cs (7)
420simpleType.SetBaseSchemaType(DatatypeImplementation.AnySimpleType); 476simpleType.SetBaseSchemaType(DatatypeImplementation.AnySimpleType); 486simpleType.SetDatatype(DatatypeImplementation.AnySimpleType.Datatype); 723complexType.SetDatatype(DatatypeImplementation.AnySimpleType.Datatype); 1693decl.SchemaType = DatatypeImplementation.AnySimpleType; 1694decl.Datatype = DatatypeImplementation.AnySimpleType.Datatype; 1695xa.SetAttributeType(DatatypeImplementation.AnySimpleType);
System\Xml\Schema\SchemaElementDecl.cs (1)
59anyTypeElementDecl.Datatype = DatatypeImplementation.AnySimpleType.Datatype;
System\Xml\Schema\SchemaSetCompiler.cs (8)
484simpleType.SetBaseSchemaType(DatatypeImplementation.AnySimpleType); 543simpleType.SetBaseSchemaType(DatatypeImplementation.AnySimpleType); 553simpleType.SetDatatype(DatatypeImplementation.AnySimpleType.Datatype); 781complexType.SetDatatype(DatatypeImplementation.AnySimpleType.Datatype); 2023decl.SchemaType = DatatypeImplementation.AnySimpleType; 2024decl.Datatype = DatatypeImplementation.AnySimpleType.Datatype; 2025xa.SetAttributeType(DatatypeImplementation.AnySimpleType); 2246decl.DefaultValueTyped = DatatypeImplementation.AnySimpleType.Datatype.ParseValue(decl.DefaultValueRaw, NameTable, new SchemaNamespaceManager(xe));
System\Xml\Schema\XmlSchemaType.cs (2)
268if (bt == DatatypeImplementation.AnySimpleType) { //Not checking block=restriction 293if (DatatypeImplementation.AnySimpleType.Datatype == baseDataType) {