2 writes to complexContentRestriction
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
1001
this.
complexContentRestriction
= (XmlSchemaComplexContentRestriction)container;
1569
builder.xso = builder.
complexContentRestriction
= new XmlSchemaComplexContentRestriction();
11 references to complexContentRestriction
System.Xml (11)
System\Xml\Schema\XsdBuilder.cs (11)
878
container = this.
complexContentRestriction
;
1570
builder.complexContent.Content = builder.
complexContentRestriction
;
1574
builder.
complexContentRestriction
.BaseTypeName = builder.ParseQName(value, "base");
1719
if (builder.
complexContentRestriction
.AnyAttribute != null) {
1722
builder.
complexContentRestriction
.AnyAttribute = builder.anyAttribute;
2161
if (
complexContentRestriction
.AnyAttribute != null) {
2164
this.
complexContentRestriction
.Attributes.Add(value);
2198
if ( (
complexContentRestriction
.Particle != null) ||
2199
(
complexContentRestriction
.Attributes.Count != 0 ||
complexContentRestriction
.AnyAttribute != null)
2203
complexContentRestriction
.Particle = particle;