2 writes to simpleTypeRestriction
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
1019this.simpleTypeRestriction = (XmlSchemaSimpleTypeRestriction)container; 1456builder.xso = builder.simpleTypeRestriction = new XmlSchemaSimpleTypeRestriction();
6 references to simpleTypeRestriction
System.Xml (6)
System\Xml\Schema\XsdBuilder.cs (6)
896container = this.simpleTypeRestriction; 1362if (builder.simpleTypeRestriction.BaseType != null) { 1365builder.simpleTypeRestriction.BaseType = builder.simpleType; 1457builder.simpleType.Content = builder.simpleTypeRestriction; 1461builder.simpleTypeRestriction.BaseTypeName = builder.ParseQName(value, "base"); 1939builder.simpleTypeRestriction.Facets.Add(builder.facet);