Implemented interface member:
property
SchemaType
System.Xml.Schema.IXmlSchemaInfo.SchemaType
8 writes to SchemaType
System.Xml (7)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
403attributeSchemaInfo.SchemaType = schemaAttribute.AttributeSchemaType;
System\Xml\Schema\XmlSchemaValidator.cs (6)
428schemaInfo.SchemaType = localSchemaType; 628schemaInfo.SchemaType = localAttribute == null ? null : localAttribute.AttributeSchemaType; 807schemaInfo.SchemaType = currentElementDecl.SchemaType; 811schemaInfo.SchemaType = null; 932attSchemaInfo.SchemaType = attdef.SchemaType; 1070schemaInfo.SchemaType = localSchemaType;
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
84si.SchemaType = st;
8 references to SchemaType
System.Xml (5)
System\Xml\Core\XsdValidatingReader.cs (4)
357return xmlSchemaInfo.SchemaType.Datatype.ValueType; 363return AttributeSchemaInfo.SchemaType.Datatype.ValueType; 1433return xmlSchemaInfo.SchemaType; 1437return AttributeSchemaInfo.SchemaType;
System\Xml\Dom\DocumentSchemaValidator.cs (1)
559schemaInfoFound = schemaInfo.SchemaType;
System.Xml.Linq (3)
System\Xml\Linq\XNodeValidator.cs (3)
322(object)si1.SchemaType == (object)si2.SchemaType && 347XmlSchemaType schemaType = si.SchemaType;