2 writes to SchemaAttribute
System.Xml (2)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1727
decl.
SchemaAttribute
= xa; //So this is available for PSVI
System\Xml\Schema\SchemaSetCompiler.cs (1)
2034
decl.
SchemaAttribute
= xa; //So this is available for PSVI
5 references to SchemaAttribute
System.Xml (5)
System\Xml\Schema\SchemaInfo.cs (1)
154
return attdef.
SchemaAttribute
;
System\Xml\Schema\XmlSchemaValidator.cs (4)
571
localAttribute = attributeDef.
SchemaAttribute
;
867
attList.Add(attDef.
SchemaAttribute
);
933
attSchemaInfo.SchemaAttribute = attdef.
SchemaAttribute
;
940
defaultAttributes.Add(attdef.
SchemaAttribute
);