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

◆ s_simpleContentRestrictionAttributes

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

Definition at line 400 of file XsdBuilder.cs.

401 {
402 new XsdAttributeEntry(SchemaNames.Token.SchemaBase, BuildSimpleContentRestriction_Base),
403 new XsdAttributeEntry(SchemaNames.Token.SchemaId, BuildAnnotated_Id)
404 };