2 writes to anyAttribute
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
965
this.
anyAttribute
= (XmlSchemaAnyAttribute)container;
1689
builder.xso = builder.
anyAttribute
= new XmlSchemaAnyAttribute();
9 references to anyAttribute
System.Xml (9)
System\Xml\Schema\XsdBuilder.cs (9)
842
container = this.
anyAttribute
;
1698
builder.complexType.AnyAttribute = builder.
anyAttribute
;
1704
builder.simpleContentRestriction.AnyAttribute = builder.
anyAttribute
;
1710
builder.simpleContentExtension.AnyAttribute = builder.
anyAttribute
;
1716
builder.complexContentExtension.AnyAttribute = builder.
anyAttribute
;
1722
builder.complexContentRestriction.AnyAttribute = builder.
anyAttribute
;
1728
builder.attributeGroup.AnyAttribute = builder.
anyAttribute
;
1734
builder.
anyAttribute
.Namespace = value;
1738
builder.
anyAttribute
.ProcessContents = (XmlSchemaContentProcessing)builder.ParseEnum(value, "processContents", ProcessContentsStringValues);