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

◆ s_elementSubelements

readonly State [] System.Xml.Schema.XsdBuilder.s_elementSubelements
staticprivate
Initial value:
= new State[6]
{
State.Annotation,
State.SimpleType,
State.ComplexType,
State.Unique,
State.Key,
}

Definition at line 153 of file XsdBuilder.cs.

154 {
155 State.Annotation,
156 State.SimpleType,
157 State.ComplexType,
158 State.Unique,
159 State.Key,
161 };