177 references to Namespace
System.Data (20)
fx\src\data\System\Data\DataSet.cs (3)
3301
any.Namespace = XmlSchema.
Namespace
;
3541
if ((any0.Namespace == XmlSchema.
Namespace
) && (any1.Namespace == "urn:schemas-microsoft-com:xml-diffgram-v1"))
3600
if (!(schema.RefName.Name == "schema" && schema.RefName.Namespace == XmlSchema.
Namespace
)) return null;
fx\src\data\System\Data\DataTable.cs (1)
5920
any.Namespace = XmlSchema.
Namespace
;
fx\src\data\System\Data\SQLTypes\SQLBinary.cs (1)
514
return new XmlQualifiedName("base64Binary", XmlSchema.
Namespace
);
fx\src\data\System\Data\SQLTypes\SQLBoolean.cs (1)
596
return new XmlQualifiedName("boolean", XmlSchema.
Namespace
);
fx\src\data\System\Data\SQLTypes\SQLByte.cs (1)
597
return new XmlQualifiedName("unsignedByte", XmlSchema.
Namespace
);
fx\src\data\System\Data\SQLTypes\SQLBytes.cs (1)
562
return new XmlQualifiedName("base64Binary", XmlSchema.
Namespace
);
fx\src\data\System\Data\SQLTypes\SQLChars.cs (1)
549
return new XmlQualifiedName("string", XmlSchema.
Namespace
);
fx\src\data\System\Data\SQLTypes\SQLDateTime.cs (1)
666
return new XmlQualifiedName("dateTime", XmlSchema.
Namespace
);
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (1)
3292
return new XmlQualifiedName("decimal", XmlSchema.
Namespace
);
fx\src\data\System\Data\SQLTypes\SQLDouble.cs (1)
517
return new XmlQualifiedName("double", XmlSchema.
Namespace
);
fx\src\data\System\Data\SQLTypes\SQLGuid.cs (1)
392
return new XmlQualifiedName("string", XmlSchema.
Namespace
);
fx\src\data\System\Data\SQLTypes\SQLInt16.cs (1)
606
return new XmlQualifiedName("short", XmlSchema.
Namespace
);
fx\src\data\System\Data\SQLTypes\SQLInt32.cs (1)
618
return new XmlQualifiedName("int", XmlSchema.
Namespace
);
fx\src\data\System\Data\SQLTypes\SQLInt64.cs (1)
672
return new XmlQualifiedName("long", XmlSchema.
Namespace
);
fx\src\data\System\Data\SQLTypes\SQLMoney.cs (1)
659
return new XmlQualifiedName("decimal", XmlSchema.
Namespace
);
fx\src\data\System\Data\SQLTypes\SQLSingle.cs (1)
521
return new XmlQualifiedName("float", XmlSchema.
Namespace
);
fx\src\data\System\Data\SQLTypes\SQLString.cs (1)
1034
return new XmlQualifiedName("string", XmlSchema.
Namespace
);
fx\src\data\System\Data\SQLTypes\SqlXml.cs (1)
263
return new XmlQualifiedName("anyType", XmlSchema.
Namespace
);
System.IdentityModel (3)
System\IdentityModel\Metadata\MetadataSerializer.cs (1)
3227
XmlUtil.ValidateXsiType(reader, "string", XmlSchema.
Namespace
);
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
896
XmlUtil.ValidateXsiType(reader, "NCName", XmlSchema.
Namespace
);
945
XmlUtil.ValidateXsiType(reader, "anyURI", XmlSchema.
Namespace
);
System.Runtime.Serialization (5)
System\Runtime\Serialization\Globals.cs (1)
1163
public const string SchemaNamespace = XmlSchema.
Namespace
;
System\Runtime\Serialization\SchemaExporter.cs (2)
528
if (anonymousType == null && xsdType == null && typeQName.Namespace != XmlSchema.
Namespace
)
781
schemaRefElement.RefName = new XmlQualifiedName(Globals.SchemaLocalName, XmlSchema.
Namespace
);
System\Runtime\Serialization\SchemaImporter.cs (2)
137
if (schemaSet.Contains(XmlSchema.
Namespace
))
143
xsdSchema.TargetNamespace = XmlSchema.
Namespace
;
System.ServiceModel (14)
System\ServiceModel\Description\MessageContractExporter.cs (1)
1386
return ns == XmlSchema.
Namespace
|| ns == "http://schemas.xmlsoap.org/wsdl/soap/" || ns == "http://schemas.xmlsoap.org/soap/encoding/";
System\ServiceModel\Description\MessageContractImporter.cs (3)
27
static readonly XmlQualifiedName AnyType = new XmlQualifiedName("anyType", XmlSchema.
Namespace
);
821
if (typeName.Namespace == XmlSchema.
Namespace
)
1271
if (schemaTypeName.Namespace == XmlSchema.
Namespace
)
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
725
&& reader.NamespaceURI == XsdNS.XmlSchema.
Namespace
;
System\ServiceModel\Description\MetadataSection.cs (2)
40
static public string XmlSchemaDialect { get { return System.Xml.Schema.XmlSchema.
Namespace
; } }
65
[XmlElement(MetadataStrings.XmlSchema.Schema, typeof(XsdNS.XmlSchema), Namespace = XsdNS.XmlSchema.
Namespace
)]
System\ServiceModel\Description\SchemaHelper.cs (2)
41
|| NamespacesEqual(ns, XmlSchema.
Namespace
)
182
if (typeName.Namespace == XmlSchema.
Namespace
)
System\ServiceModel\Description\WsdlExporter.cs (1)
923
namespaces.Add("xsd", XmlSchema.
Namespace
);
System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (1)
268
writer.WriteAttributeString("xmlns", "xsd", null, XmlSchema.
Namespace
);
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (3)
79
dAttr.SchemaTypeName = new XmlQualifiedName("string", XmlSchema.
Namespace
);
84
innerExt.BaseTypeName = new XmlQualifiedName("string", XmlSchema.
Namespace
);
107
nqAttr.SchemaTypeName = new XmlQualifiedName("int", XmlSchema.
Namespace
);
System.Web.Extensions (4)
Compilation\WCFModel\XmlStrings.cs (1)
57
internal const string NamespaceUri = System.Xml.Schema.XmlSchema.
Namespace
;
Script\Services\WebServiceTypeData.cs (3)
30
private const string SchemaNamespace = XmlSchema.
Namespace
;
109
XmlQualifiedName stableName = new XmlQualifiedName(localName, XmlSchema.
Namespace
);
293
XmlQualifiedName baseTypeName = ImportActualType(annotation, new XmlQualifiedName("int", XmlSchema.
Namespace
), typeQualifiedName);
System.Web.Services (9)
System\Web\Services\Description\HttpProtocolReflector.cs (2)
83
element.SchemaTypeName = new XmlQualifiedName("string", XmlSchema.
Namespace
);
109
part.Type = new XmlQualifiedName("string", XmlSchema.
Namespace
);
System\Web\Services\Description\ServiceDescription.cs (2)
259
ns.Add("s", XmlSchema.
Namespace
);
1385
[XmlElement("schema", typeof(XmlSchema), Namespace = XmlSchema.
Namespace
)]
System\Web\Services\Discovery\ContractReference.cs (1)
244
else if (reader.IsStartElement("schema", XmlSchema.
Namespace
)) {
System\Web\Services\Protocols\Soap11ServerProtocol.cs (1)
98
writer.WriteAttributeString("xmlns", "xsd", null, XmlSchema.
Namespace
);
System\Web\Services\Protocols\Soap12ServerProtocol.cs (1)
117
writer.WriteAttributeString("xmlns", "xsd", null, XmlSchema.
Namespace
);
System\Web\Services\Protocols\SoapClientProtocol.cs (1)
567
writer.WriteAttributeString("xmlns", "xsd", null, XmlSchema.
Namespace
);
System\Web\Services\Protocols\SoapServerProtocol.cs (1)
701
writer.WriteAttributeString("xmlns", "xsd", null, XmlSchema.
Namespace
);
System.Xml (122)
System\Xml\Schema\Inference\Infer.cs (26)
29
internal static XmlQualifiedName ST_boolean = new XmlQualifiedName("boolean", XmlSchema.
Namespace
);
30
internal static XmlQualifiedName ST_byte = new XmlQualifiedName("byte", XmlSchema.
Namespace
);
31
internal static XmlQualifiedName ST_unsignedByte = new XmlQualifiedName("unsignedByte", XmlSchema.
Namespace
);
32
internal static XmlQualifiedName ST_short = new XmlQualifiedName("short", XmlSchema.
Namespace
);
33
internal static XmlQualifiedName ST_unsignedShort = new XmlQualifiedName("unsignedShort", XmlSchema.
Namespace
);
34
internal static XmlQualifiedName ST_int = new XmlQualifiedName("int", XmlSchema.
Namespace
);
35
internal static XmlQualifiedName ST_unsignedInt = new XmlQualifiedName("unsignedInt", XmlSchema.
Namespace
);
36
internal static XmlQualifiedName ST_long = new XmlQualifiedName("long", XmlSchema.
Namespace
);
37
internal static XmlQualifiedName ST_unsignedLong = new XmlQualifiedName("unsignedLong", XmlSchema.
Namespace
);
38
internal static XmlQualifiedName ST_integer = new XmlQualifiedName("integer", XmlSchema.
Namespace
);
39
internal static XmlQualifiedName ST_decimal = new XmlQualifiedName("decimal", XmlSchema.
Namespace
);
40
internal static XmlQualifiedName ST_float = new XmlQualifiedName("float", XmlSchema.
Namespace
);
41
internal static XmlQualifiedName ST_double = new XmlQualifiedName("double", XmlSchema.
Namespace
);
42
internal static XmlQualifiedName ST_duration = new XmlQualifiedName("duration", XmlSchema.
Namespace
);
43
internal static XmlQualifiedName ST_dateTime = new XmlQualifiedName("dateTime", XmlSchema.
Namespace
);
44
internal static XmlQualifiedName ST_time = new XmlQualifiedName("time", XmlSchema.
Namespace
);
45
internal static XmlQualifiedName ST_date = new XmlQualifiedName("date", XmlSchema.
Namespace
);
46
internal static XmlQualifiedName ST_gYearMonth = new XmlQualifiedName("gYearMonth", XmlSchema.
Namespace
);
47
internal static XmlQualifiedName ST_string = new XmlQualifiedName("string", XmlSchema.
Namespace
);
48
internal static XmlQualifiedName ST_anySimpleType = new XmlQualifiedName("anySimpleType", XmlSchema.
Namespace
);
179
this.NamespaceManager.AddNamespace("xs", XmlSchema.
Namespace
);
218
if ( xtr.NamespaceURI == XmlSchema.
Namespace
)
291
if (childURI == XmlSchema.
Namespace
)
511
if (childURI == XmlSchema.
Namespace
)
1045
if (xtr.NamespaceURI == XmlSchema.
Namespace
)
1219
if (xtr.NamespaceURI == XmlSchema.
Namespace
)
System\Xml\Schema\SchemaSetCompiler.cs (1)
522
if (parentSchema.TargetNamespace != XmlSchema.
Namespace
) { //If it is not SForS, then error
System\Xml\Schema\XmlSchema.cs (2)
28
[XmlRoot("schema", Namespace=XmlSchema.
Namespace
)]
200
ns.Add("xs", XmlSchema.
Namespace
);
System\Xml\Serialization\ImportContext.cs (3)
261
if (ns == XmlSchema.
Namespace
)
363
if (baseType == null && !baseName.IsEmpty && baseName.Namespace != XmlSchema.
Namespace
)
381
if (el.SubstitutionGroup.Namespace != XmlSchema.
Namespace
) {
System\Xml\Serialization\Mappings.cs (1)
1163
if (xsiType.Namespace != XmlSchema.
Namespace
) {
System\Xml\Serialization\SchemaImporter.cs (3)
45
if (!schemas.Contains(XmlSchema.
Namespace
)) {
170
mapping.Namespace = XmlSchema.
Namespace
;
192
if (name.Namespace == XmlSchema.
Namespace
)
System\Xml\Serialization\SoapReflectionImporter.cs (8)
188
TypeDesc td = typeScope.GetTypeDesc(dataType, XmlSchema.
Namespace
);
190
throw new InvalidOperationException(Res.GetString(Res.XmlInvalidXsdDataType, dataType, "SoapElementAttribute.DataType", new XmlQualifiedName(dataType, XmlSchema.
Namespace
).ToString()));
220
TypeDesc valueTypeDesc = string.IsNullOrEmpty(dataType) ? model.TypeDesc.BaseTypeDesc : typeScope.GetTypeDesc(dataType, XmlSchema.
Namespace
);
243
mapping.Namespace = XmlSchema.
Namespace
;
456
itemTypeNamespace = itemTypeMapping.TypeDesc.IsXsdType ? XmlSchema.
Namespace
: UrtTypes.Namespace;
462
itemTypeNamespace = XmlSchema.
Namespace
;
504
mapping.TypeDesc = typeScope.GetTypeDesc(dataType, XmlSchema.
Namespace
);
517
mapping.Namespace = mapping.TypeDesc.IsXsdType ? XmlSchema.
Namespace
: UrtTypes.Namespace;
System\Xml\Serialization\SoapSchemaExporter.cs (5)
187
return new XmlQualifiedName(mapping.TypeDesc.DataType.Name, XmlSchema.
Namespace
);
216
qname = new XmlQualifiedName(Soap.UrType, XmlSchema.
Namespace
);
230
if (qname.Namespace != XmlSchema.
Namespace
)
273
return new XmlQualifiedName(Soap.UrType, XmlSchema.
Namespace
);
360
restriction.BaseTypeName = new XmlQualifiedName("string", XmlSchema.
Namespace
);
System\Xml\Serialization\SoapSchemaImporter.cs (2)
229
if (name.Name == Soap.UrType && name.Namespace == XmlSchema.
Namespace
)
635
if (name.Namespace == XmlSchema.
Namespace
)
System\Xml\Serialization\Types.cs (31)
486
AddNonXsdPrimitive(typeof(Guid), "guid", UrtTypes.Namespace, "Guid", new XmlQualifiedName("string", XmlSchema.
Namespace
), new XmlSchemaFacet[] { guidPattern }, TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired | TypeFlags.IgnoreDefault);
487
AddNonXsdPrimitive(typeof(char), "char", UrtTypes.Namespace, "Char", new XmlQualifiedName("unsignedShort", XmlSchema.
Namespace
), new XmlSchemaFacet[0], TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.IgnoreDefault);
490
AddNonXsdPrimitive(typeof(TimeSpan), "TimeSpan", UrtTypes.Namespace, "TimeSpan", new XmlQualifiedName("duration", XmlSchema.
Namespace
), new XmlSchemaFacet[0], TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
543
AddSoapEncodedPrimitive(typeof(string), "normalizedString", ns, "String", new XmlQualifiedName("normalizedString", XmlSchema.
Namespace
), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.Reference | TypeFlags.HasDefaultConstructor);
545
AddSoapEncodedPrimitive(typeof(string), unsupportedTypes[i], ns, "String", new XmlQualifiedName(unsupportedTypes[i], XmlSchema.
Namespace
), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.Reference | TypeFlags.CollapseWhitespace);
548
AddSoapEncodedPrimitive(typeof(string), "string", ns, "String", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.CanBeTextValue | TypeFlags.Reference);
549
AddSoapEncodedPrimitive(typeof(int), "int", ns, "Int32", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
550
AddSoapEncodedPrimitive(typeof(bool), "boolean", ns, "Boolean", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
551
AddSoapEncodedPrimitive(typeof(short), "short", ns, "Int16", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
552
AddSoapEncodedPrimitive(typeof(long), "long", ns, "Int64", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
553
AddSoapEncodedPrimitive(typeof(float), "float", ns, "Single", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
554
AddSoapEncodedPrimitive(typeof(double), "double", ns, "Double", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
555
AddSoapEncodedPrimitive(typeof(decimal), "decimal", ns, "Decimal", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
556
AddSoapEncodedPrimitive(typeof(DateTime), "dateTime", ns, "DateTime", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.XmlEncodingNotRequired);
557
AddSoapEncodedPrimitive(typeof(XmlQualifiedName), "QName", ns, "XmlQualifiedName", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.CanBeAttributeValue | TypeFlags.HasCustomFormatter | TypeFlags.HasIsEmpty | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired | TypeFlags.Reference);
558
AddSoapEncodedPrimitive(typeof(byte), "unsignedByte", ns, "Byte", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
559
AddSoapEncodedPrimitive(typeof(SByte), "byte", ns, "SByte", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
560
AddSoapEncodedPrimitive(typeof(UInt16), "unsignedShort", ns, "UInt16", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
561
AddSoapEncodedPrimitive(typeof(UInt32), "unsignedInt", ns, "UInt32", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
562
AddSoapEncodedPrimitive(typeof(UInt64), "unsignedLong", ns, "UInt64", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.XmlEncodingNotRequired);
565
AddSoapEncodedPrimitive(typeof(DateTime), "date", ns, "Date", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.XmlEncodingNotRequired);
566
AddSoapEncodedPrimitive(typeof(DateTime), "time", ns, "Time", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.XmlEncodingNotRequired);
568
AddSoapEncodedPrimitive(typeof(string), "Name", ns, "XmlName", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.Reference);
569
AddSoapEncodedPrimitive(typeof(string), "NCName", ns, "XmlNCName", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.Reference);
570
AddSoapEncodedPrimitive(typeof(string), "NMTOKEN", ns, "XmlNmToken", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.Reference);
571
AddSoapEncodedPrimitive(typeof(string), "NMTOKENS", ns, "XmlNmTokens", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.Reference);
573
AddSoapEncodedPrimitive(typeof(byte[]), "base64Binary", ns, "ByteArrayBase64", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.Reference | TypeFlags.IgnoreDefault | TypeFlags.XmlEncodingNotRequired);
574
AddSoapEncodedPrimitive(typeof(byte[]), "hexBinary", ns, "ByteArrayHex", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.AmbiguousDataType | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.HasCustomFormatter | TypeFlags.Reference | TypeFlags.IgnoreDefault | TypeFlags.XmlEncodingNotRequired);
576
AddSoapEncodedPrimitive(typeof(string), "arrayCoordinate", ns, "String", new XmlQualifiedName("string", XmlSchema.
Namespace
), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue);
577
AddSoapEncodedPrimitive(typeof(byte[]), "base64", ns, "ByteArrayBase64", new XmlQualifiedName("base64Binary", XmlSchema.
Namespace
), TypeFlags.CanBeAttributeValue | TypeFlags.CanBeElementValue | TypeFlags.IgnoreDefault | TypeFlags.Reference);
587
primitiveNames.Add(dataTypeName, XmlSchema.
Namespace
, typeDesc);
System\Xml\Serialization\XmlReflectionImporter.cs (8)
355
TypeDesc td = typeScope.GetTypeDesc(dataType, XmlSchema.
Namespace
);
357
throw new InvalidOperationException(Res.GetString(Res.XmlInvalidXsdDataType, dataType, "XmlElementAttribute.DataType", new XmlQualifiedName(dataType, XmlSchema.
Namespace
).ToString()));
390
TypeDesc valueTypeDesc = string.IsNullOrEmpty(dataType) ? model.TypeDesc.BaseTypeDesc : typeScope.GetTypeDesc(dataType, XmlSchema.
Namespace
);
519
if (baseQname.Namespace == XmlSchema.
Namespace
) return;
565
mapping.Namespace = XmlSchema.
Namespace
;
915
ns = itemTypeMapping.Namespace == XmlSchema.
Namespace
? defaultNs : itemTypeMapping.Namespace;
1016
mapping.TypeDesc = typeScope.GetTypeDesc(dataType, XmlSchema.
Namespace
);
1029
mapping.Namespace = mapping.TypeDesc.IsXsdType ? XmlSchema.
Namespace
: UrtTypes.Namespace;
System\Xml\Serialization\XmlSchemaExporter.cs (6)
429
if (schema.TargetNamespace != XmlSchema.
Namespace
) {
445
if (schema.TargetNamespace != XmlSchema.
Namespace
) {
488
schemaElement.RefName = new XmlQualifiedName("schema", XmlSchema.
Namespace
);
493
AddSchemaImport(XmlSchema.
Namespace
, ns);
532
qname = new XmlQualifiedName(mapping.TypeDesc.DataType.Name, XmlSchema.
Namespace
);
1018
restriction.BaseTypeName = new XmlQualifiedName("string", XmlSchema.
Namespace
);
System\Xml\Serialization\XmlSchemaImporter.cs (11)
80
mapping.TypeDesc = Scope.GetTypeDesc("string", XmlSchema.
Namespace
, flags);
82
mapping.Namespace = XmlSchema.
Namespace
;
464
if (name.Name == Soap.UrType && name.Namespace == XmlSchema.
Namespace
)
482
if (addref && name.Namespace != XmlSchema.
Namespace
)
1561
if (restriction.BaseTypeName.Namespace != XmlSchema.
Namespace
)
1684
mapping.Namespace = mapping.TypeDesc.IsXsdType ? XmlSchema.
Namespace
: UrtTypes.Namespace;
1697
mapping.Namespace = mapping.TypeDesc.IsXsdType ? XmlSchema.
Namespace
: ns;
1732
return new XmlQualifiedName("string", XmlSchema.
Namespace
);
1744
if (qname.Namespace != XmlSchema.
Namespace
)
1761
if (name.Namespace == XmlSchema.
Namespace
)
1762
return (XmlSchemaSimpleType)Scope.GetTypeDesc("string", XmlSchema.
Namespace
, flags).DataType;
System\Xml\Serialization\XmlSchemas.cs (3)
571
ns.Add("xs", XmlSchema.
Namespace
);
629
if (!SchemaSet.Contains(XmlSchema.
Namespace
)) {
687
xsd = CreateFakeXsdSchema(XmlSchema.
Namespace
, "schema");
System\Xml\Serialization\XmlSerializationReader.cs (5)
143
schemaNsID = r.NameTable.Add(XmlSchema.
Namespace
);
209
object ns = r.NameTable.Add(XmlSchema.
Namespace
);
1620
typens = XmlSchema.
Namespace
;
1719
XmlQualifiedName urType = new XmlQualifiedName(urTypeID, r.NameTable.Add(XmlSchema.
Namespace
));
3052
Writer.WriteLine("return ReadTypedPrimitive(new System.Xml.XmlQualifiedName(\"" + Soap.UrType + "\", \"" + XmlSchema.
Namespace
+ "\"));");
System\Xml\Serialization\XmlSerializationReaderILGen.cs (1)
1478
ilg.Ldstr(XmlSchema.
Namespace
);
System\Xml\Serialization\XmlSerializationWriter.cs (5)
178
string typeNs = XmlSchema.
Namespace
;
222
string typeNs = XmlSchema.
Namespace
;
320
w.WriteStartElement(Soap.UrType, XmlSchema.
Namespace
);
1071
typeNs = XmlSchema.
Namespace
;
1098
typeNs = XmlSchema.
Namespace
;
System\Xml\Serialization\XmlSerializer.cs (1)
119
nss.AddInternal("xsd", XmlSchema.
Namespace
);