6 references to AttributeWildcard
System.Data.Services.Design (1)
System\Data\Services\Design\Xml\XNodeSchemaApplier.cs (1)
387
this.TrimAttributes(e, (schemaComplexType == null) ? null : schemaComplexType.
AttributeWildcard
);
System.Xml (5)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
511
XmlSchemaAnyAttribute anyAttribute = elementSchemaType.
AttributeWildcard
;
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
613
decl.AnyAttribute = complexType.
AttributeWildcard
;
1417
XmlSchemaAnyAttribute baseAttributeWildcard = baseType != null ? baseType.
AttributeWildcard
: null;
System\Xml\Schema\SchemaSetCompiler.cs (2)
670
decl.AnyAttribute = complexType.
AttributeWildcard
;
1696
XmlSchemaAnyAttribute baseAttributeWildcard = baseType != null ? baseType.
AttributeWildcard
: null;