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

◆ s_simpleContentRestrictionSubelements

readonly State [] System.Xml.Schema.XsdBuilder.s_simpleContentRestrictionSubelements
staticprivate
Initial value:
= new State[17]
{
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,
State.WhiteSpace,
State.Attribute,
State.AttributeGroupRef,
}

Definition at line 192 of file XsdBuilder.cs.

193 {
194 State.Annotation,
195 State.SimpleType,
196 State.Enumeration,
197 State.Length,
198 State.MaxExclusive,
199 State.MaxInclusive,
200 State.MaxLength,
201 State.MinExclusive,
202 State.MinInclusive,
203 State.MinLength,
204 State.Pattern,
205 State.TotalDigits,
206 State.FractionDigits,
207 State.WhiteSpace,
208 State.Attribute,
209 State.AttributeGroupRef,
211 };