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