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

◆ s_simpleTypeRestrictionAttributes

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

Definition at line 431 of file XsdBuilder.cs.

432 {
433 new XsdAttributeEntry(SchemaNames.Token.SchemaBase, BuildSimpleTypeRestriction_Base),
434 new XsdAttributeEntry(SchemaNames.Token.SchemaId, BuildAnnotated_Id)
435 };