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