Definition at line 2265 of file XmlSchemaValidator.cs.
2266 {
2268 {
2271 xmlSchemaAttribute.SetQualifiedName(
new XmlQualifiedName(
"type",
"http://www.w3.org/2001/XMLSchema-instance"));
2274 }
2276 {
2279 xmlSchemaAttribute2.SetQualifiedName(
new XmlQualifiedName(
"nil",
"http://www.w3.org/2001/XMLSchema-instance"));
2282 }
2284 {
2288 xmlSchemaAttribute3.SetQualifiedName(
new XmlQualifiedName(
"schemaLocation",
"http://www.w3.org/2001/XMLSchema-instance"));
2291 }
2293 {
2297 xmlSchemaAttribute4.SetQualifiedName(
new XmlQualifiedName(
"noNamespaceSchemaLocation",
"http://www.w3.org/2001/XMLSchema-instance"));
2300 }
2301 }
static int CompareExchange(ref int location1, int value, int comparand)
static XmlSchemaAttribute s_xsiNoNsSLSO
static XmlSchemaAttribute s_xsiNilSO
static XmlSchemaAttribute s_xsiSLSO
static XmlSchemaAttribute s_xsiTypeSO
References System.Threading.Interlocked.CompareExchange(), System.Xml.Dictionary, System.Xml.Schema.XmlSchemaType.GetBuiltInSimpleType(), System.Xml.Schema.XmlSchemaValidator.s_xsiNilSO, System.Xml.Schema.XmlSchemaValidator.s_xsiNoNsSLSO, System.Xml.Schema.XmlSchemaValidator.s_xsiSLSO, and System.Xml.Schema.XmlSchemaValidator.s_xsiTypeSO.
Referenced by System.Xml.Schema.XmlSchemaValidator.AddXsiAttributes().