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

◆ s_notationAttributes

readonly XsdAttributeEntry [] System.Xml.Schema.XsdBuilder.s_notationAttributes
staticprivate
Initial value:
= new XsdAttributeEntry[4]
{
new XsdAttributeEntry(SchemaNames.Token.SchemaId, BuildAnnotated_Id),
new XsdAttributeEntry(SchemaNames.Token.SchemaName, BuildNotation_Name),
new XsdAttributeEntry(SchemaNames.Token.SchemaPublic, BuildNotation_Public),
new XsdAttributeEntry(SchemaNames.Token.SchemaSystem, BuildNotation_System)
}
static void BuildNotation_Name(XsdBuilder builder, string value)
static void BuildNotation_System(XsdBuilder builder, string value)
static void BuildAnnotated_Id(XsdBuilder builder, string value)
static void BuildNotation_Public(XsdBuilder builder, string value)

Definition at line 510 of file XsdBuilder.cs.

511 {
512 new XsdAttributeEntry(SchemaNames.Token.SchemaId, BuildAnnotated_Id),
513 new XsdAttributeEntry(SchemaNames.Token.SchemaName, BuildNotation_Name),
514 new XsdAttributeEntry(SchemaNames.Token.SchemaPublic, BuildNotation_Public),
515 new XsdAttributeEntry(SchemaNames.Token.SchemaSystem, BuildNotation_System)
516 };