Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
s_fieldAttributes
readonly
XsdAttributeEntry
[] System.Xml.Schema.XsdBuilder.s_fieldAttributes
static
private
Initial value:
=
new
XsdAttributeEntry[2]
{
new
XsdAttributeEntry(SchemaNames.Token.SchemaId,
BuildAnnotated_Id
),
new
XsdAttributeEntry(SchemaNames.Token.SchemaXPath,
BuildField_XPath
)
}
System.Xml.Schema.XsdBuilder.BuildAnnotated_Id
static void BuildAnnotated_Id(XsdBuilder builder, string value)
Definition
XsdBuilder.cs:1115
System.Xml.Schema.XsdBuilder.BuildField_XPath
static void BuildField_XPath(XsdBuilder builder, string value)
Definition
XsdBuilder.cs:1925
Definition at line
504
of file
XsdBuilder.cs
.
505
{
506
new
XsdAttributeEntry(SchemaNames.Token.SchemaId,
BuildAnnotated_Id
),
507
new
XsdAttributeEntry(SchemaNames.Token.SchemaXPath,
BuildField_XPath
)
508
};
System
Xml
Schema
XsdBuilder
Generated by
1.10.0