internal override void SetParent(XmlSchemaObject parent) { base.SetParent(parent); if (schemaType != null) { schemaType.SetParent(this); } }