20 references to AttributeGroups
System.Xml (20)
System\Xml\Schema\BaseProcessor.cs (1)
74
XmlSchemaObject builtInAttributeGroup = schemaForXmlNS.
AttributeGroups
[qname];
System\Xml\Schema\Preprocessor.cs (6)
163
schema.
AttributeGroups
.Clear();
647
AddToTable(schema.
AttributeGroups
, attributeGroup.QualifiedName, attributeGroup);
701
foreach (XmlSchemaAttributeGroup attributeGroup in includedSchema.
AttributeGroups
.Values) {
702
AddToTable(schema.
AttributeGroups
, attributeGroup.QualifiedName, attributeGroup);
766
XmlSchemaAttributeGroup originalAttrGroup = (XmlSchemaAttributeGroup)schemaToUpdate.
AttributeGroups
[attributeGroup.QualifiedName];
773
schemaToUpdate.
AttributeGroups
.Insert(attributeGroup.QualifiedName, attributeGroup);
System\Xml\Schema\SchemaCollectionCompiler.cs (5)
58
foreach (XmlSchemaAttributeGroup attributeGroup in this.schema.
AttributeGroups
.Values) {
150
schema.
AttributeGroups
.Clear();
168
foreach (XmlSchemaAttributeGroup attributeGroup in this.schema.
AttributeGroups
.Values) {
1392
attributeGroupResolved = (XmlSchemaAttributeGroup)this.schema.
AttributeGroups
[attributeGroupRef.RefName];
1441
XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)this.schema.
AttributeGroups
[attributeGroupRef.RefName];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (6)
99
schema.
AttributeGroups
.Clear();
425
foreach (XmlSchemaAttributeGroup attributeGroup in includedSchema.
AttributeGroups
.Values) {
426
AddToTable(schema.
AttributeGroups
, attributeGroup.QualifiedName, attributeGroup);
449
AddToTable(schema.
AttributeGroups
, attributeGroup.QualifiedName, attributeGroup);
516
attributeGroup.Redefined = (XmlSchemaAttributeGroup)redefine.Schema.
AttributeGroups
[attributeGroup.QualifiedName];
577
redefine.Schema.
AttributeGroups
.Insert((XmlQualifiedName)entry.Key, (XmlSchemaObject)entry.Value);
System\Xml\Schema\SchemaSetCompiler.cs (1)
71
foreach (XmlSchemaAttributeGroup attributeGroup in schema.
AttributeGroups
.Values) {
System\Xml\Serialization\XmlSchemas.cs (1)
300
ret = schema.
AttributeGroups
[name];