16 writes to @BaseTypeName
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (1)
84innerExt.BaseTypeName = new XmlQualifiedName("string", XmlSchema.Namespace);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SchemaUtility.cs (1)
486scopesTypeContentExtension.BaseTypeName = discoveryVersion.Implementation.QualifiedNames.UriListType;
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9749o.@BaseTypeName = ToXmlQualifiedName(Reader.Value);
System.Xml (13)
System\Xml\Schema\Inference\Infer.cs (9)
689sce.BaseTypeName = ST_string; 728sce.BaseTypeName = ST_string; 741sce.BaseTypeName = ST_string; 769sce.BaseTypeName = ST_string; 819sce.BaseTypeName = RefineSimpleType(xtr.Value, ref SimpleType); 824sce.BaseTypeName = ST_string; 846sce.BaseTypeName = RefineSimpleType(xtr.Value, ref TypeFlags); 851sce.BaseTypeName = ST_string; 1261sce.BaseTypeName = xse.SchemaTypeName;
System\Xml\Schema\XmlSchemaComplexType.cs (1)
371newSimpleExt.BaseTypeName = simpleExt.BaseTypeName.Clone();
System\Xml\Schema\XsdBuilder.cs (1)
1612builder.simpleContentExtension.BaseTypeName = builder.ParseQName(value, "base");
System\Xml\Serialization\XmlSchemaExporter.cs (2)
886extension.BaseTypeName = ExportStructMapping(mapping.BaseMapping, mapping.Namespace, null); 974ex.BaseTypeName = ExportPrimitiveMapping(pm, ns);
21 references to @BaseTypeName
System.Data (1)
fx\src\data\System\Data\XMLSchema.cs (1)
938HandleSimpleTypeSimpleContentColumn((XmlSchemaSimpleType)ct.BaseXmlSchemaType, ccExtension.BaseTypeName.Name, table, isBase, ct.ContentModel.UnhandledAttributes, isNillable);
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3824WriteAttribute(@"base", @"", FromXmlQualifiedName(((global::System.Xml.XmlQualifiedName)o.@BaseTypeName)));
System.Xml (19)
System\Xml\Schema\Inference\Infer.cs (1)
816SimpleType = GetSchemaType(sce.BaseTypeName);
System\Xml\Schema\Preprocessor.cs (3)
966baseName = ((XmlSchemaSimpleContentExtension)content.Content).BaseTypeName; 1429if (contentExtension.BaseTypeName.IsEmpty) { 1433ValidateQNameAttribute(contentExtension, "base", contentExtension.BaseTypeName);
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
635if (complexType.Redefined != null && simpleExtension.BaseTypeName == complexType.Redefined.QualifiedName) { 642XmlSchemaType bto = GetAnySchemaType(simpleExtension.BaseTypeName); 644SendValidationEvent(Res.Sch_UndeclaredType, simpleExtension.BaseTypeName.ToString(), complexType);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
658baseName = ((XmlSchemaSimpleContentExtension)content.Content).BaseTypeName; 1115if (contentExtension.BaseTypeName.IsEmpty) { 1119ValidateQNameAttribute(contentExtension, "base", contentExtension.BaseTypeName);
System\Xml\Schema\SchemaSetCompiler.cs (3)
693if (complexType.Redefined != null && simpleExtension.BaseTypeName == complexType.Redefined.QualifiedName) { 700XmlSchemaType bto = GetAnySchemaType(simpleExtension.BaseTypeName); 702SendValidationEvent(Res.Sch_UndeclaredType, simpleExtension.BaseTypeName.ToString(), simpleExtension);
System\Xml\Schema\XmlSchemaComplexType.cs (2)
327return ((XmlSchemaSimpleContentExtension)contentModel.Content).BaseTypeName; 371newSimpleExt.BaseTypeName = simpleExt.BaseTypeName.Clone();
System\Xml\Serialization\ImportContext.cs (1)
319baseName = extension.BaseTypeName;
System\Xml\Serialization\SchemaObjectWriter.cs (2)
725if (!o.@BaseTypeName.IsEmpty){ 726WriteAttribute(@"base", @"", o.@BaseTypeName);
System\Xml\Serialization\XmlSchemaImporter.cs (1)
726items.baseSimpleType = extension.BaseTypeName;