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

◆ s_complexContentRestrictionSubelements

readonly State [] System.Xml.Schema.XsdBuilder.s_complexContentRestrictionSubelements
staticprivate
Initial value:
= new State[8]
{
State.Annotation,
State.GroupRef,
State.All,
State.Choice,
State.Sequence,
State.Attribute,
State.AttributeGroupRef,
}

Definition at line 232 of file XsdBuilder.cs.

233 {
234 State.Annotation,
235 State.GroupRef,
236 State.All,
237 State.Choice,
238 State.Sequence,
239 State.Attribute,
240 State.AttributeGroupRef,
242 };