Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ s_simpleTypeRestrictionSubelements

readonly State [] System.Xml.Schema.XsdBuilder.s_simpleTypeRestrictionSubelements
staticprivate
Initial value:
= new State[14]
{
State.Annotation,
State.SimpleType,
State.Enumeration,
State.Length,
State.MaxExclusive,
State.MaxInclusive,
State.MaxLength,
State.MinExclusive,
State.MinInclusive,
State.MinLength,
State.Pattern,
State.TotalDigits,
State.FractionDigits,
}

Definition at line 252 of file XsdBuilder.cs.

253 {
254 State.Annotation,
255 State.SimpleType,
256 State.Enumeration,
257 State.Length,
258 State.MaxExclusive,
259 State.MaxInclusive,
260 State.MaxLength,
261 State.MinExclusive,
262 State.MinInclusive,
263 State.MinLength,
264 State.Pattern,
265 State.TotalDigits,
266 State.FractionDigits,
268 };