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

◆ CheckDatatype()

XmlSchemaDatatype System.Xml.Schema.XdrBuilder.CheckDatatype ( string str)
inlineprivate

Definition at line 1513 of file XdrBuilder.cs.

1514 {
1515 XmlSchemaDatatype xmlSchemaDatatype = XmlSchemaDatatype.FromXdrName(str);
1516 if (xmlSchemaDatatype == null)
1517 {
1519 }
1520 else if (xmlSchemaDatatype.TokenizedType == XmlTokenizedType.ID && !_AttributeDef._Global)
1521 {
1523 {
1525 }
1527 }
1528 return xmlSchemaDatatype;
1529 }
static string Sch_UnknownDtType
Definition SR.cs:442
static string Sch_IdAttrDeclared
Definition SR.cs:406
Definition SR.cs:7
string IDtdAttributeListInfo. Prefix
readonly ElementContent _ElementDef
readonly AttributeContent _AttributeDef
void SendValidationEvent(string code, string[] args, XmlSeverityType severity)

References System.Xml.Schema.XdrBuilder._AttributeDef, System.Xml.Schema.XdrBuilder.ElementContent._ElementDecl, System.Xml.Schema.XdrBuilder._ElementDef, System.Xml.Schema.XdrBuilder.AttributeContent._Global, System.Xml.Dictionary, System.Xml.Schema.XmlSchemaDatatype.FromXdrName(), System.Xml.Schema.SchemaElementDecl.IsIdDeclared, System.Xml.Schema.SchemaDeclBase.Name, System.Xml.XmlQualifiedName.Name, System.Xml.Schema.SchemaElementDecl.Prefix, System.SR.Sch_IdAttrDeclared, System.SR.Sch_UnknownDtType, System.Xml.Schema.XdrBuilder.SendValidationEvent(), System.str, and System.Xml.XmlQualifiedName.ToString().