2 writes to type
System.Xml (2)
System\Xml\Schema\XmlSchemaElement.cs (2)
178set { type = value; } 332newElem.type = (XmlSchemaType)complexType.Clone(parentSchema);
2 references to type
System.Xml (2)
System\Xml\Schema\XmlSchemaElement.cs (2)
177get { return type; } 330XmlSchemaComplexType complexType = this.type as XmlSchemaComplexType;