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