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

◆ s_complexTypeSubelements

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

Definition at line 163 of file XsdBuilder.cs.

164 {
165 State.Annotation,
166 State.SimpleContent,
167 State.ComplexContent,
168 State.GroupRef,
169 State.All,
170 State.Choice,
171 State.Sequence,
172 State.Attribute,
173 State.AttributeGroupRef,
175 };