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