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

◆ s_anyAttributeAttributes

readonly XsdAttributeEntry [] System.Xml.Schema.XsdBuilder.s_anyAttributeAttributes
staticprivate
Initial value:
= new XsdAttributeEntry[3]
{
new XsdAttributeEntry(SchemaNames.Token.SchemaId, BuildAnnotated_Id),
new XsdAttributeEntry(SchemaNames.Token.SchemaNamespace, BuildAnyAttribute_Namespace),
new XsdAttributeEntry(SchemaNames.Token.SchemaProcessContents, BuildAnyAttribute_ProcessContents)
}
static void BuildAnnotated_Id(XsdBuilder builder, string value)
static void BuildAnyAttribute_ProcessContents(XsdBuilder builder, string value)
static void BuildAnyAttribute_Namespace(XsdBuilder builder, string value)

Definition at line 538 of file XsdBuilder.cs.

539 {
540 new XsdAttributeEntry(SchemaNames.Token.SchemaId, BuildAnnotated_Id),
541 new XsdAttributeEntry(SchemaNames.Token.SchemaNamespace, BuildAnyAttribute_Namespace),
542 new XsdAttributeEntry(SchemaNames.Token.SchemaProcessContents, BuildAnyAttribute_ProcessContents)
543 };