1 write to QnXsdRestriction
System.Xml (1)
System\Xml\Schema\SchemaNames.cs (1)
313QnXsdRestriction= new XmlQualifiedName( nameTable.Add("restriction"), NsXs );
3 references to QnXsdRestriction
System.Xml (3)
System\Xml\Schema\SchemaNames.cs (3)
433TokenToQName[(int)Token.XsdComplexContentRestriction] = QnXsdRestriction; 434TokenToQName[(int)Token.XsdSimpleContentRestriction] = QnXsdRestriction; 435TokenToQName[(int)Token.XsdSimpleTypeRestriction] = QnXsdRestriction;