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

◆ XDR_EndElementDtType()

static void System.Xml.Schema.XdrBuilder.XDR_EndElementDtType ( XdrBuilder builder)
inlinestaticprivate

Definition at line 1205 of file XdrBuilder.cs.

1206 {
1207 if (!builder._ElementDef._HasDataType)
1208 {
1209 builder.SendValidationEvent(System.SR.Sch_MissAttribute);
1210 }
1211 builder._ElementDef._ElementDecl.ContentValidator = ContentValidator.TextOnly;
1215 }
static string Sch_MissAttribute
Definition SR.cs:428
Definition SR.cs:7

References System.Xml.Dictionary, System.SR.Sch_MissAttribute, and System.Xml.Schema.ContentValidator.TextOnly.