Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
AttributeMatchState
enum
System.Xml.Schema.AttributeMatchState
package
Enumerator
AttributeFound
AnyIdAttributeFound
UndeclaredElementAndAttribute
UndeclaredAttribute
AnyAttributeLax
AnyAttributeSkip
ProhibitedAnyAttribute
ProhibitedAttribute
AttributeNameMismatch
ValidateAttributeInvalidCall
Definition at line
3
of file
AttributeMatchState.cs
.
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.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
Generated by
1.10.0