System\Data\XMLSchema.cs (12)
712string mainName = GetStringAttribute(_dsElement, Keywords.MSD_MAINDATATABLE, "");
1279name = GetStringAttribute(keyref, "ConstraintName", /*default:*/ name);
1324string relName = XmlConvert.DecodeName(GetStringAttribute(keyref, Keywords.MSD_RELATIONNAME, keyref.Name!));
1406name = GetStringAttribute(keyNode, "ConstraintName", /*default:*/ name);
1457table.Namespace = GetStringAttribute(node, "targetNamespace", _TableUri);
1585table.Namespace = GetStringAttribute(node, "targetNamespace", _TableUri);
1588string? value = GetStringAttribute(typeNode, Keywords.MSD_CASESENSITIVE, "");
1591value = GetStringAttribute(node, Keywords.MSD_CASESENSITIVE, "");
2308column.Namespace = GetStringAttribute(attrib, "targetNamespace", column.Namespace);
2498column.Namespace = GetStringAttribute(el, "targetNamespace", column.Namespace);
2521column.Namespace = GetStringAttribute(el, "targetNamespace", column.Namespace);
2525string tmp = GetStringAttribute(elem, Keywords.MSD_ORDINAL, (-1).ToString(CultureInfo.CurrentCulture));