6 references to BASE
System.Data.Common (6)
System\Data\SimpleType.cs (5)
252
type.SetAttribute(Keywords.
BASE
, (prefix + ":" + _baseSimpleType.Name));
256
type.SetAttribute(Keywords.
BASE
, _baseSimpleType.Name);
261
type.SetAttribute(Keywords.
BASE
, _baseSimpleType.Name);
266
type.SetAttribute(Keywords.
BASE
, QualifiedName(_baseType!)); // has to be xs:SomePrimitiveType
271
type.SetAttribute(Keywords.
BASE
, (_baseSimpleType != null) ? _baseSimpleType.Name : QualifiedName(_baseType!));
System\Data\xmlsaver.cs (1)
1247
keyword = Keywords.
BASE
;