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

◆ s_schemaSubelements

readonly State [] System.Xml.Schema.XsdBuilder.s_schemaSubelements
staticprivate
Initial value:
= new State[11]
{
State.Annotation,
State.Include,
State.Import,
State.Redefine,
State.ComplexType,
State.SimpleType,
State.Element,
State.Attribute,
State.AttributeGroup,
State.Group,
}

Definition at line 132 of file XsdBuilder.cs.

133 {
134 State.Annotation,
135 State.Include,
136 State.Import,
137 State.Redefine,
138 State.ComplexType,
139 State.SimpleType,
140 State.Element,
141 State.Attribute,
142 State.AttributeGroup,
143 State.Group,
145 };