4 references to Attribute
System.Xml (4)
System\Xml\Schema\XmlSchemaValidator.cs (4)
466ValidatorState toState = validationStack.Length > 1 ? ValidatorState.Attribute : ValidatorState.TopLevelAttribute; 645CheckStateTransition(ValidatorState.Attribute, "GetUnspecifiedDefaultAttributes"); 861if (currentState == ValidatorState.Element || currentState == ValidatorState.Attribute) { 888currentState = ValidatorState.Attribute;