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