System\Data\XMLSchema.cs (12)
715string mainName = GetStringAttribute(_dsElement, Keywords.MSD_MAINDATATABLE, "");
1283name = GetStringAttribute(keyref, "ConstraintName", /*default:*/ name);
1328string relName = XmlConvert.DecodeName(GetStringAttribute(keyref, Keywords.MSD_RELATIONNAME, keyref.Name!));
1410name = GetStringAttribute(keyNode, "ConstraintName", /*default:*/ name);
1461table.Namespace = GetStringAttribute(node, "targetNamespace", _TableUri);
1589table.Namespace = GetStringAttribute(node, "targetNamespace", _TableUri);
1592string? value = GetStringAttribute(typeNode, Keywords.MSD_CASESENSITIVE, "");
1595value = GetStringAttribute(node, Keywords.MSD_CASESENSITIVE, "");
2312column.Namespace = GetStringAttribute(attrib, "targetNamespace", column.Namespace);
2502column.Namespace = GetStringAttribute(el, "targetNamespace", column.Namespace);
2525column.Namespace = GetStringAttribute(el, "targetNamespace", column.Namespace);
2529string tmp = GetStringAttribute(elem, Keywords.MSD_ORDINAL, (-1).ToString(CultureInfo.CurrentCulture));