85 references to XSDNS
System.Data (85)
fx\src\data\System\Data\Common\ObjectStorage.cs (1)
314
if (xmlReader.LookupNamespace(_typename[0]) == Keywords.
XSDNS
) {
fx\src\data\System\Data\DataSet.cs (15)
1580
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI == Keywords.
XSDNS
) {
1587
throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.
XSDNS
);
1615
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI == Keywords.
XSDNS
) {
1622
throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.
XSDNS
);
1674
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI == Keywords.
XSDNS
) {
1683
while (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI == Keywords.
XSDNS
) {
1945
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI == Keywords.
XSDNS
) {
1952
throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.
XSDNS
);
1995
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI == Keywords.
XSDNS
) {
2003
throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.
XSDNS
);
2389
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI == Keywords.
XSDNS
) {
2402
throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.
XSDNS
);
2440
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI == Keywords.
XSDNS
) {
2466
throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.
XSDNS
);
3293
elem.RefName = new XmlQualifiedName(Keywords.XSD_SCHEMA, Keywords.
XSDNS
);
fx\src\data\System\Data\DataTable.cs (9)
5190
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI==Keywords.
XSDNS
) {
5205
throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.
XSDNS
);
5248
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI==Keywords.
XSDNS
) {
5262
throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.
XSDNS
);
5406
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI==Keywords.
XSDNS
) {
5424
throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.
XSDNS
);
5461
if (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI==Keywords.
XSDNS
) {
5498
throw ExceptionBuilder.DataSetUnsupportedSchema(Keywords.
XSDNS
);
5673
while (reader.LocalName == Keywords.XSD_SCHEMA && reader.NamespaceURI==Keywords.
XSDNS
) {
fx\src\data\System\Data\SimpleType.cs (6)
96
if ((ancestor != null) && (ancestor.QualifiedName.Namespace != Keywords.
XSDNS
)) { // I'm assuming that built-in types don't have a name!
104
if (content.BaseTypeName.Namespace == Keywords.
XSDNS
)
248
XmlElement typeNode = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_SIMPLETYPE, Keywords.
XSDNS
);
257
XmlElement type = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_RESTRICTION, Keywords.
XSDNS
);
284
constraint = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_LENGTH, Keywords.
XSDNS
);
289
constraint = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_MAXLENGTH, Keywords.
XSDNS
);
fx\src\data\System\Data\XmlDataLoader.cs (2)
455
if (parentElement.LocalName == Keywords.XSD_SCHEMA && parentElement.NamespaceURI == Keywords.
XSDNS
||
554
XSDNS = nameTable.Add(Keywords.
XSDNS
);
fx\src\data\System\Data\xmlsaver.cs (43)
345
rootSchema.SetAttribute(Keywords.XMLNS_XSD, Keywords.
XSDNS
);
472
dsElement = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_ELEMENT, Keywords.
XSDNS
);
502
XmlElement rootSchema = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_SCHEMA, Keywords.
XSDNS
);
588
constraintSeparator = xd.CreateElement(Keywords.XSD_PREFIX, "SHOULDNOTBEHERE", Keywords.
XSDNS
);
629
XmlElement node = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_ELEMENT, Keywords.
XSDNS
);
642
XmlElement node = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_ELEMENT, Keywords.
XSDNS
);
676
nodeAnn = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_ANNOTATION, Keywords.
XSDNS
);
679
nodeApp = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_APPINFO, Keywords.
XSDNS
);
698
XmlElement _import = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_IMPORT, Keywords.
XSDNS
);
755
XmlElement _import2 = _dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_IMPORT, Keywords.
XSDNS
);
802
dsElement = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_ELEMENT, Keywords.
XSDNS
);
814
XmlElement rootSchema = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_SCHEMA, Keywords.
XSDNS
);
820
constraintSeparator = xd.CreateElement(Keywords.XSD_PREFIX, "SHOULDNOTBEHERE", Keywords.
XSDNS
);
902
XmlElement type = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_COMPLEXTYPE, Keywords.
XSDNS
);
904
XmlElement compositor = xd.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_CHOICE, Keywords.
XSDNS
);
1035
schemaEl = _dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_SCHEMA, Keywords.
XSDNS
);
1207
root = dc.CreateElement(Keywords.XSD_PREFIX, refString, Keywords.
XSDNS
);
1278
root = _dc.CreateElement(Keywords.XSD_PREFIX, refString, Keywords.
XSDNS
);
1344
if (XSDSchema.FEqualIdentity(child, Keywords.XSD_ELEMENT, Keywords.
XSDNS
) ||
1345
XSDSchema.FEqualIdentity(child, Keywords.XSD_ATTRIBUTE, Keywords.
XSDNS
) ||
1346
XSDSchema.FEqualIdentity(child, Keywords.XSD_COMPLEXTYPE, Keywords.
XSDNS
) ||
1347
XSDSchema.FEqualIdentity(child, Keywords.XSD_SIMPLETYPE, Keywords.
XSDNS
)) {
1474
XmlElement root = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_ELEMENT, Keywords.
XSDNS
);
1562
XmlElement type = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_COMPLEXTYPE, Keywords.
XSDNS
);
1594
XmlElement sc = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_SIMPLECONTENT , Keywords.
XSDNS
);
1614
XmlElement ext = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_EXTENSION, Keywords.
XSDNS
);
1620
compositor = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_SEQUENCE, Keywords.
XSDNS
);
1656
NestedTable = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_ELEMENT, Keywords.
XSDNS
);
1661
NestedTable = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_ELEMENT, Keywords.
XSDNS
);
1678
NestedTable = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_ELEMENT, Keywords.
XSDNS
);
1686
XmlElement nodeAnn = _dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_ANNOTATION, Keywords.
XSDNS
);
1689
XmlElement nodeApp = _dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_APPINFO, Keywords.
XSDNS
);
1728
constraint = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_UNIQUE, Keywords.
XSDNS
);
1741
selector = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_SELECTOR, Keywords.
XSDNS
);
1769
field = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_FIELD, Keywords.
XSDNS
);
1799
constraint = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_KEY, Keywords.
XSDNS
);
1805
selector = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_SELECTOR, Keywords.
XSDNS
);
1828
field = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_FIELD, Keywords.
XSDNS
);
1838
constraint = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_KEYREF, Keywords.
XSDNS
);
1867
selector = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_SELECTOR, Keywords.
XSDNS
);
1902
field = dc.CreateElement(Keywords.XSD_PREFIX, Keywords.XSD_FIELD, Keywords.
XSDNS
);
2283
_xmlw.WriteAttributeString (Keywords.XMLNS_XSD, Keywords.
XSDNS
);
2654
_xmlw.WriteAttributeString (Keywords.XMLNS_XSD, Keywords.
XSDNS
);
fx\src\data\System\Data\XMLSchema.cs (9)
905
if (ccExtension.BaseTypeName.Namespace != Keywords.
XSDNS
){
1675
if (_typeNs == Keywords.
XSDNS
)
1701
if (typeNode.QualifiedName.Name != null && typeNode.QualifiedName.Name.Length != 0 && typeNode.QualifiedName.Namespace != Keywords.
XSDNS
) { // this means UDSimpleType
1708
if ((ancestor != null) && (ancestor.QualifiedName.Namespace != Keywords.
XSDNS
)) {
1916
if (attr.SchemaTypeName.Namespace != Keywords.
XSDNS
) // it is UD Simple Type, can it be?
1927
if (node.QualifiedName.Name != null && node.QualifiedName.Name.Length != 0 && node.QualifiedName.Namespace != Keywords.
XSDNS
) { // this means UDSimpleType
2067
if (((XmlSchemaSimpleType)typeNode).Name != null && ((XmlSchemaSimpleType)typeNode).Name.Length != 0 && ((XmlSchemaSimpleType)typeNode).QualifiedName.Namespace != Keywords.
XSDNS
) {
2074
simpleTypeNode = (xsdType.XmlBaseType!= null && xsdType.XmlBaseType.Namespace != Keywords.
XSDNS
) ?
2079
simpleTypeNode = (xsdType.XmlBaseType!= null && xsdType.XmlBaseType.Namespace != Keywords.
XSDNS
) ?