5 writes to @SchemaType
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7425o.@SchemaType = Read34_XmlSchemaSimpleType(false, true);
System.Xml (4)
System\Xml\Schema\Preprocessor.cs (1)
395space.SchemaType = type;
System\Xml\Schema\XsdBuilder.cs (1)
1344builder.attribute.SchemaType = builder.simpleType;
System\Xml\Serialization\XmlSchemaExporter.cs (2)
699attribute.SchemaType = dataType; 703attribute.SchemaType = (XmlSchemaSimpleType)ExportAnonymousPrimitiveMapping(pm);
30 references to @SchemaType
System.Data (1)
fx\src\data\System\Data\XMLSchema.cs (1)
1681typeNode = (XmlSchemaAnnotated) (isAttr ? attr.SchemaType : el.SchemaType);
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3271Write34_XmlSchemaSimpleType(@"simpleType", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSimpleType)o.@SchemaType), false, false);
System.Xml (28)
System\Xml\Schema\Preprocessor.cs (4)
1009attribute.SchemaType != null || 1040if (attribute.SchemaType != null) { 1041SetParent(attribute.SchemaType, attribute); 1045PreprocessSimpleType(attribute.SchemaType, true);
System\Xml\Schema\SchemaCollectionCompiler.cs (7)
243if (attribute.SchemaType != null) { 244CleanupSimpleType((XmlSchemaSimpleType)attribute.SchemaType); 1675if (xa.SchemaType != null) { 1676CompileSimpleType(xa.SchemaType); 1677xa.SetAttributeType(xa.SchemaType); 1678decl.SchemaType = xa.SchemaType; 1679decl.Datatype = xa.SchemaType.Datatype;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
701attribute.SchemaType != null || 730if (attribute.SchemaType != null) { 731SetParent(attribute.SchemaType, attribute); 735PreprocessSimpleType(attribute.SchemaType, true);
System\Xml\Schema\SchemaSetCompiler.cs (7)
225if (attribute.SchemaType != null) { 226CleanupSimpleType((XmlSchemaSimpleType)attribute.SchemaType); 2005if (xa.SchemaType != null) { 2006CompileSimpleType(xa.SchemaType); 2007xa.SetAttributeType(xa.SchemaType); 2008decl.SchemaType = xa.SchemaType; 2009decl.Datatype = xa.SchemaType.Datatype;
System\Xml\Schema\XsdBuilder.cs (1)
1341if (builder.attribute.SchemaType != null) {
System\Xml\Serialization\ImportContext.cs (1)
430Depends(at.SchemaType, refs);
System\Xml\Serialization\SchemaObjectWriter.cs (1)
274Write9_XmlSchemaSimpleType((XmlSchemaSimpleType)o.@SchemaType);
System\Xml\Serialization\XmlSchemaImporter.cs (3)
1502else if (attribute.SchemaType != null) 1503mapping = ImportDataType((XmlSchemaSimpleType)attribute.SchemaType, ns, identifier, null, TypeFlags.CanBeAttributeValue, false); 1510RunSchemaExtensions(mapping, attribute.SchemaTypeName, attribute.SchemaType, attribute, TypeFlags.CanBeElementValue | TypeFlags.CanBeAttributeValue | TypeFlags.CanBeTextValue);