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

◆ s_redefineSubelements

readonly State [] System.Xml.Schema.XsdBuilder.s_redefineSubelements
staticprivate
Initial value:
= new State[5]
{
State.Annotation,
State.AttributeGroup,
State.ComplexType,
State.Group,
}

Definition at line 282 of file XsdBuilder.cs.

283 {
284 State.Annotation,
285 State.AttributeGroup,
286 State.ComplexType,
287 State.Group,
289 };