1 write to schema
System.Xml (1)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
28this.schema = schema;
34 references to schema
System.Xml (34)
System\Xml\Schema\SchemaCollectionCompiler.cs (34)
39foreach (XmlSchemaElement element in this.schema.Elements.Values) { 55foreach (XmlSchemaGroup group in this.schema.Groups.Values) { 58foreach (XmlSchemaAttributeGroup attributeGroup in this.schema.AttributeGroups.Values) { 61foreach (XmlSchemaType type in this.schema.SchemaTypes.Values) { 69foreach (XmlSchemaElement element in this.schema.Elements.Values) { 72foreach (XmlSchemaAttribute attribute in this.schema.Attributes.Values) { 160this.schema.SchemaTypes.Insert(DatatypeImplementation.QnAnyType, XmlSchemaComplexType.AnyType); 165foreach (XmlSchemaGroup group in this.schema.Groups.Values) { 168foreach (XmlSchemaAttributeGroup attributeGroup in this.schema.AttributeGroups.Values) { 171foreach (XmlSchemaType type in this.schema.SchemaTypes.Values) { 179foreach (XmlSchemaElement element in this.schema.Elements.Values) { 184foreach (XmlSchemaAttribute attribute in this.schema.Attributes.Values) { 189foreach (XmlSchemaIdentityConstraint identityConstraint in this.schema.IdentityConstraints.Values) { 198foreach (XmlSchemaType type in this.schema.SchemaTypes.Values) { 203foreach (XmlSchemaElement element in this.schema.Elements.Values) { 212this.schema.SchemaTypes.Remove(DatatypeImplementation.QnAnyType); //For backward compatibility 216foreach (XmlSchemaElement element in this.schema.Elements.Values) { 220foreach (XmlSchemaAttribute attribute in this.schema.Attributes.Values) { 224foreach (XmlSchemaType type in this.schema.SchemaTypes.Values) { 231foreach (XmlSchemaNotation notation in this.schema.Notations.Values) { 345XmlSchemaElement examplar = (XmlSchemaElement)this.schema.Elements[substitutionGroup.Examplar]; 379XmlSchemaElement examplar = (XmlSchemaElement)this.schema.Elements[substitutionGroup.Examplar]; 901group = (XmlSchemaGroup)this.schema.Groups[groupRef.RefName]; 1392attributeGroupResolved = (XmlSchemaAttributeGroup)this.schema.AttributeGroups[attributeGroupRef.RefName]; 1441XmlSchemaAttributeGroup attributeGroup = (XmlSchemaAttributeGroup)this.schema.AttributeGroups[attributeGroupRef.RefName]; 1638XmlSchemaAttribute a = (XmlSchemaAttribute)this.schema.Attributes[xa.RefName]; 1699decl.Datatype.VerifySchemaValid(this.schema.Notations, xa); 1759XmlSchemaIdentityConstraint ic = (XmlSchemaIdentityConstraint)this.schema.IdentityConstraints[((XmlSchemaKeyref)xi).Refer]; 1804XmlSchemaElement e = (XmlSchemaElement)this.schema.Elements[xe.RefName]; 1826XmlSchemaElement examplar = (XmlSchemaElement)this.schema.Elements[xe.SubstitutionGroup]; 1876decl.Datatype.VerifySchemaValid(this.schema.Notations, xe); 2147XmlSchemaSimpleType type = this.schema.SchemaTypes[name] as XmlSchemaSimpleType; 2167XmlSchemaComplexType type = this.schema.SchemaTypes[name] as XmlSchemaComplexType; 2175XmlSchemaType type = (XmlSchemaType)this.schema.SchemaTypes[name];