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

◆ s_complexContentRestrictionAttributes

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

Definition at line 418 of file XsdBuilder.cs.

419 {
420 new XsdAttributeEntry(SchemaNames.Token.SchemaBase, BuildComplexContentRestriction_Base),
421 new XsdAttributeEntry(SchemaNames.Token.SchemaId, BuildAnnotated_Id)
422 };