2 writes to attributeGroup
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
959
this.
attributeGroup
= (XmlSchemaAttributeGroup)container;
1647
builder.xso = builder.
attributeGroup
= new XmlSchemaAttributeGroup();
8 references to attributeGroup
System.Xml (8)
System\Xml\Schema\XsdBuilder.cs (8)
836
container = this.
attributeGroup
;
1650
builder.schema.Items.Add(builder.
attributeGroup
);
1653
builder.redefine.Items.Add(builder.
attributeGroup
);
1659
builder.
attributeGroup
.Name = value;
1725
if (builder.
attributeGroup
.AnyAttribute != null) {
1728
builder.
attributeGroup
.AnyAttribute = builder.anyAttribute;
2167
if (
attributeGroup
.AnyAttribute != null) {
2170
this.
attributeGroup
.Attributes.Add(value);