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

◆ InitSimpleContentRestriction()

static void System.Xml.Schema.XsdBuilder.InitSimpleContentRestriction ( XsdBuilder builder,
string value )
inlinestaticprivate

Definition at line 1588 of file XsdBuilder.cs.

1589 {
1590 if (builder._simpleContent.Content != null)
1591 {
1592 builder.SendValidationEvent(System.SR.Sch_DupElement, "restriction");
1593 }
1594 builder._xso = (builder._simpleContentRestriction = new XmlSchemaSimpleContentRestriction());
1595 builder._simpleContent.Content = builder._simpleContentRestriction;
1596 }
static string Sch_DupElement
Definition SR.cs:480
Definition SR.cs:7

References System.Xml.Dictionary, and System.SR.Sch_DupElement.