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

◆ s_facetAttributes

readonly XsdAttributeEntry [] System.Xml.Schema.XsdBuilder.s_facetAttributes
staticprivate
Initial value:
= new XsdAttributeEntry[3]
{
new XsdAttributeEntry(SchemaNames.Token.SchemaId, BuildAnnotated_Id),
new XsdAttributeEntry(SchemaNames.Token.SchemaFixed, BuildFacet_Fixed),
new XsdAttributeEntry(SchemaNames.Token.SchemaValue, BuildFacet_Value)
}
static void BuildFacet_Value(XsdBuilder builder, string value)
static void BuildFacet_Fixed(XsdBuilder builder, string value)
static void BuildAnnotated_Id(XsdBuilder builder, string value)

Definition at line 531 of file XsdBuilder.cs.

532 {
533 new XsdAttributeEntry(SchemaNames.Token.SchemaId, BuildAnnotated_Id),
534 new XsdAttributeEntry(SchemaNames.Token.SchemaFixed, BuildFacet_Fixed),
535 new XsdAttributeEntry(SchemaNames.Token.SchemaValue, BuildFacet_Value)
536 };