84 references to XSDNS
System.Data.Common (84)
System\Data\Common\ObjectStorage.cs (1)
379
if (xmlReader.LookupNamespace(_typename[0]) == Keywords.
XSDNS
)
System\Data\DataSet.cs (14)
1706
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI == Keywords.
XSDNS
)
1715
throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.
XSDNS
);
1750
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI == Keywords.
XSDNS
)
1759
throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.
XSDNS
);
1822
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI == Keywords.
XSDNS
)
1834
while (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI == Keywords.
XSDNS
)
2136
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI == Keywords.
XSDNS
)
2145
throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.
XSDNS
);
2194
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI == Keywords.
XSDNS
)
2204
throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.
XSDNS
);
2674
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI == Keywords.
XSDNS
)
2692
throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.
XSDNS
);
2736
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI == Keywords.
XSDNS
)
2767
throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.
XSDNS
);
System\Data\DataTable.cs (9)
5822
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI == Keywords.
XSDNS
)
5841
throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.
XSDNS
);
5891
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI == Keywords.
XSDNS
)
5910
throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.
XSDNS
);
6084
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI == Keywords.
XSDNS
)
6111
throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.
XSDNS
);
6156
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI == Keywords.
XSDNS
)
6205
throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.
XSDNS
);
6417
while (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI == Keywords.
XSDNS
)
System\Data\SimpleType.cs (6)
59
if ((ancestor != null) && (ancestor.QualifiedName.Namespace != Keywords.
XSDNS
))
66
if (content.BaseTypeName.Namespace == Keywords.
XSDNS
)
230
XmlElement typeNode = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_SIMPLETYPE, Keywords.
XSDNS
);
241
XmlElement type = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_RESTRICTION, Keywords.
XSDNS
);
277
constraint = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_LENGTH, Keywords.
XSDNS
);
283
constraint = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_MAXLENGTH, Keywords.
XSDNS
);
System\Data\XmlDataLoader.cs (2)
505
if (parentElement.LocalName == Keywords.XSD_SCHEMA && parentElement.NamespaceURI == Keywords.
XSDNS
||
576
_XSDNS = nameTable.Add(Keywords.
XSDNS
);
System\Data\xmlsaver.cs (43)
395
rootSchema.SetAttribute(Keywords.XMLNS_XSD, Keywords.
XSDNS
);
551
_dsElement = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_ELEMENT, Keywords.
XSDNS
);
586
XmlElement rootSchema = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_SCHEMA, Keywords.
XSDNS
);
686
_constraintSeparator = xd.CreateElement(Keywords.XSD_PREFIX, "SHOULDNOTBEHERE", Keywords.
XSDNS
);
738
XmlElement node = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_ELEMENT, Keywords.
XSDNS
);
752
XmlElement node = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_ELEMENT, Keywords.
XSDNS
);
793
nodeAnn = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_ANNOTATION, Keywords.
XSDNS
);
796
nodeApp = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_APPINFO, Keywords.
XSDNS
);
818
XmlElement _import = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_IMPORT, Keywords.
XSDNS
);
887
XmlElement _import2 = _dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_IMPORT, Keywords.
XSDNS
);
945
_dsElement = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_ELEMENT, Keywords.
XSDNS
);
958
XmlElement rootSchema = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_SCHEMA, Keywords.
XSDNS
);
964
_constraintSeparator = xd.CreateElement(Keywords.XSD_PREFIX, "SHOULDNOTBEHERE", Keywords.
XSDNS
);
1067
XmlElement type = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_COMPLEXTYPE, Keywords.
XSDNS
);
1069
XmlElement compositor = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_CHOICE, Keywords.
XSDNS
);
1227
schemaEl = _dc!.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_SCHEMA, Keywords.
XSDNS
);
1434
root = dc.CreateElement(Keywords.XSD_PREFIX, refString, Keywords.
XSDNS
);
1516
root = _dc.CreateElement(Keywords.XSD_PREFIX, refString, Keywords.
XSDNS
);
1586
if (XSDSchema.FEqualIdentity(child, Keywords.XSD_ELEMENT, Keywords.
XSDNS
) ||
1587
XSDSchema.FEqualIdentity(child, Keywords.XSD_ATTRIBUTE, Keywords.
XSDNS
) ||
1588
XSDSchema.FEqualIdentity(child, Keywords.XSD_COMPLEXTYPE, Keywords.
XSDNS
) ||
1589
XSDSchema.FEqualIdentity(child, Keywords.XSD_SIMPLETYPE, Keywords.
XSDNS
))
1733
XmlElement root = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_ELEMENT, Keywords.
XSDNS
);
1835
XmlElement type = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_COMPLEXTYPE, Keywords.
XSDNS
);
1870
XmlElement sc = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_SIMPLECONTENT, Keywords.
XSDNS
);
1890
XmlElement ext = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_EXTENSION, Keywords.
XSDNS
);
1896
compositor = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_SEQUENCE, Keywords.
XSDNS
);
1936
NestedTable = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_ELEMENT, Keywords.
XSDNS
);
1942
NestedTable = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_ELEMENT, Keywords.
XSDNS
);
1962
NestedTable = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_ELEMENT, Keywords.
XSDNS
);
1970
XmlElement nodeAnn = _dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_ANNOTATION, Keywords.
XSDNS
);
1973
XmlElement nodeApp = _dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_APPINFO, Keywords.
XSDNS
);
2010
constraint = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_UNIQUE, Keywords.
XSDNS
);
2023
selector = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_SELECTOR, Keywords.
XSDNS
);
2058
field = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_FIELD, Keywords.
XSDNS
);
2091
constraint = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_KEY, Keywords.
XSDNS
);
2097
selector = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_SELECTOR, Keywords.
XSDNS
);
2126
field = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_FIELD, Keywords.
XSDNS
);
2136
constraint = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_KEYREF, Keywords.
XSDNS
);
2169
selector = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_SELECTOR, Keywords.
XSDNS
);
2210
field = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_FIELD, Keywords.
XSDNS
);
2645
_xmlw.WriteAttributeString(Keywords.XSD_PREFIX, Keywords.XMLNS, Keywords.
XSDNS
, xsdTypeName);
3077
_xmlw.WriteAttributeString(Keywords.XSD_PREFIX, Keywords.XMLNS, Keywords.
XSDNS
, xsdTypeName);
System\Data\XMLSchema.cs (9)
1073
if (ccExtension.BaseTypeName.Namespace != Keywords.
XSDNS
)
1938
if (_typeNs == Keywords.
XSDNS
)
1968
if (!string.IsNullOrEmpty(typeNode.QualifiedName.Name) && typeNode.QualifiedName.Namespace != Keywords.
XSDNS
)
1977
if ((ancestor != null) && (ancestor.QualifiedName.Namespace != Keywords.
XSDNS
))
2216
if (attr.SchemaTypeName.Namespace != Keywords.
XSDNS
) // it is UD Simple Type, can it be?
2226
if (!string.IsNullOrEmpty(node.QualifiedName.Name) && node.QualifiedName.Namespace != Keywords.
XSDNS
)
2391
if (!string.IsNullOrEmpty(((XmlSchemaSimpleType)typeNode).Name) && ((XmlSchemaSimpleType)typeNode).QualifiedName.Namespace != Keywords.
XSDNS
)
2398
simpleTypeNode = (xsdType.XmlBaseType != null && xsdType.XmlBaseType.Namespace != Keywords.
XSDNS
) ?
2404
simpleTypeNode = (xsdType.XmlBaseType != null && xsdType.XmlBaseType.Namespace != Keywords.
XSDNS
) ?