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

◆ s_fieldAttributes

readonly XsdAttributeEntry [] System.Xml.Schema.XsdBuilder.s_fieldAttributes
staticprivate
Initial value:
= new XsdAttributeEntry[2]
{
new XsdAttributeEntry(SchemaNames.Token.SchemaId, BuildAnnotated_Id),
new XsdAttributeEntry(SchemaNames.Token.SchemaXPath, BuildField_XPath)
}
static void BuildAnnotated_Id(XsdBuilder builder, string value)
static void BuildField_XPath(XsdBuilder builder, string value)

Definition at line 504 of file XsdBuilder.cs.

505 {
506 new XsdAttributeEntry(SchemaNames.Token.SchemaId, BuildAnnotated_Id),
507 new XsdAttributeEntry(SchemaNames.Token.SchemaXPath, BuildField_XPath)
508 };