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