|
|
@@ -19,7 +19,7 @@ namespace System.Xml.Schema
|
|
|
private XmlSchemaSimpleType baseType;
|
|
|
private XmlQualifiedName baseTypeName;
|
|
|
private XmlSchemaObjectCollection facets;
|
|
|
- private static string xmlname = "restriction";
|
|
|
+ const string xmlname = "restriction";
|
|
|
private string [] enumarationFacetValues;
|
|
|
private string [] patternFacetValues;
|
|
|
private Regex [] rexPatterns;
|