2 writes to simpleContentRestriction
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
1010this.simpleContentRestriction = (XmlSchemaSimpleContentRestriction)container; 1628builder.xso = builder.simpleContentRestriction = new XmlSchemaSimpleContentRestriction();
15 references to simpleContentRestriction
System.Xml (15)
System\Xml\Schema\XsdBuilder.cs (15)
887container = this.simpleContentRestriction; 1368if (builder.simpleContentRestriction.BaseType != null) { 1372builder.simpleContentRestriction.Attributes.Count != 0 || 1373builder.simpleContentRestriction.AnyAttribute != null || 1374builder.simpleContentRestriction.Facets.Count != 0 1378builder.simpleContentRestriction.BaseType = builder.simpleType; 1629builder.simpleContent.Content = builder.simpleContentRestriction; 1633builder.simpleContentRestriction.BaseTypeName = builder.ParseQName(value, "base"); 1701if (builder.simpleContentRestriction.AnyAttribute != null) { 1704builder.simpleContentRestriction.AnyAttribute = builder.anyAttribute; 1942if (builder.simpleContentRestriction.Attributes.Count != 0 || (builder.simpleContentRestriction.AnyAttribute != null)) { 1945builder.simpleContentRestriction.Facets.Add(builder.facet); 2143if (simpleContentRestriction.AnyAttribute != null) { 2146this.simpleContentRestriction.Attributes.Add(value);