Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AttributeMatchState.cs
Go to the documentation of this file.
1
namespace
System.Xml.Schema
;
2
3
internal
enum
AttributeMatchState
4
{
5
AttributeFound
,
6
AnyIdAttributeFound
,
7
UndeclaredElementAndAttribute
,
8
UndeclaredAttribute
,
9
AnyAttributeLax
,
10
AnyAttributeSkip
,
11
ProhibitedAnyAttribute
,
12
ProhibitedAttribute
,
13
AttributeNameMismatch
,
14
ValidateAttributeInvalidCall
15
}
System.Xml.Schema.AttributeMatchState
AttributeMatchState
Definition
AttributeMatchState.cs:4
System.Xml.Schema.AttributeMatchState.AnyAttributeLax
@ AnyAttributeLax
System.Xml.Schema.AttributeMatchState.ProhibitedAnyAttribute
@ ProhibitedAnyAttribute
System.Xml.Schema.AttributeMatchState.ProhibitedAttribute
@ ProhibitedAttribute
System.Xml.Schema.AttributeMatchState.UndeclaredAttribute
@ UndeclaredAttribute
System.Xml.Schema.AttributeMatchState.ValidateAttributeInvalidCall
@ ValidateAttributeInvalidCall
System.Xml.Schema.AttributeMatchState.UndeclaredElementAndAttribute
@ UndeclaredElementAndAttribute
System.Xml.Schema.AttributeMatchState.AttributeFound
@ AttributeFound
System.Xml.Schema.AttributeMatchState.AnyIdAttributeFound
@ AnyIdAttributeFound
System.Xml.Schema.AttributeMatchState.AnyAttributeSkip
@ AnyAttributeSkip
System.Xml.Schema.AttributeMatchState.AttributeNameMismatch
@ AttributeNameMismatch
System.Xml.Schema
Definition
Extensions.cs:3
source
System.Private.Xml
System.Xml.Schema
AttributeMatchState.cs
Generated by
1.10.0